webView property

WebViewRunner? webView

webView instance, this is the only instance of FlutterWebViewPlugin in App, we need to get it and reuse in other sdk.

Implementation

WebViewRunner? get webView => _service.webView;