isReady property

bool get isReady

Whether the native headless WebView is ready to be attached.

Implementation

bool get isReady => !_disposed && headlessWebView.isRunning();