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() => platform.isRunning();