webViewController property

PlatformInAppWebViewController? webViewController

WebView Controller that can be used to access the InAppWebViewController API.

Implementation

PlatformInAppWebViewController? get webViewController =>
    throw UnimplementedError(
        'webViewController is not implemented on the current platform');