isRunning method

bool isRunning()

Indicates if the headless WebView is running or not.

Implementation

bool isRunning() {
  return _running;
}