stop method
void
stop()
stop loading the webview
Implementation
void stop() {
_channel.invokeMethod('onStopPressed', {
'webViewId': _webViewId,
});
}
stop loading the webview
void stop() {
_channel.invokeMethod('onStopPressed', {
'webViewId': _webViewId,
});
}