state
The current lifecycle state of the native WebView.
LoadingState.NotReady means the backing view has not finished initialization yet. LoadingState.Ready means the native view is ready to receive the initial navigation. After that, the state typically moves between LoadingState.Loading and LoadingState.LoadingEnd.