interactive_webview
interactive_webview copied to clipboard
how to release it,like 'flutterWebviewPlugin.close()'
how to release it,like 'flutterWebviewPlugin.close()'
using it can not release
needed as well
como liberá-lo, como 'flutterWebviewPlugin.close ()'
usando não pode liberar
+1
Hi guys, since this plugin aim to be a singleton instance in the app so I did not expose that fuction
The other workaround is to reload about:blank
page, just evaluate a js func like this: window.location.href = "about:blank"