isOffscreenWebViewSupported method
Whether this controller can operate without a WebViewWidget.
Implementation
Future<bool> isOffscreenWebViewSupported() {
return platform.isOffscreenWebViewSupported();
}
Whether this controller can operate without a WebViewWidget.
Future<bool> isOffscreenWebViewSupported() {
return platform.isOffscreenWebViewSupported();
}