supportsOffscreenWebViews property

bool get supportsOffscreenWebViews

Whether controllers created by this platform support owned offscreen sessions and deterministic PlatformWebViewController.closeOffscreenWebView.

The app-facing package checks this before constructing a controller, so unsupported platforms do not allocate native or browser resources.

Implementation

bool get supportsOffscreenWebViews => false;