isRunning method

bool isRunning()

Indicates if the headless WebView is running or not.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • Web
  • MacOS

Implementation

bool isRunning() {
  throw UnimplementedError(
      'isRunning is not implemented on the current platform');
}