isRunning method
Indicates if the headless WebView is running or not.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- Web
- MacOS
Implementation
bool isRunning() => platform.isRunning();
Indicates if the headless WebView is running or not.
Officially Supported Platforms/Implementations:
bool isRunning() => platform.isRunning();