isLoading method
Check if the WebView instance is in a loading state.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Web
- Windows
Implementation
Future<bool> isLoading() {
throw UnimplementedError(
'isLoading is not implemented on the current platform');
}