close method
void
close()
close the webview
Implementation
void close() {
_channel.invokeMethod('onClosePressed', {'webViewId': _webViewId});
}
close the webview
void close() {
_channel.invokeMethod('onClosePressed', {'webViewId': _webViewId});
}