isLoading method

Future<bool> isLoading()

Check if the WebView instance is in a loading state.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS
  • Web

Implementation

Future<bool> isLoading() => platform.isLoading();