isOffscreenWebViewSupported method

Future<bool> isOffscreenWebViewSupported()

Whether this controller can operate without a WebViewWidget.

Implementation

Future<bool> isOffscreenWebViewSupported() {
  return platform.isOffscreenWebViewSupported();
}