isRunning method

  1. @override
bool isRunning()

Indicates if the headless WebView is running or not.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • Web
  • MacOS

Implementation

@override
bool isRunning() {
  return _running;
}