stop method

void stop()

stop loading the webview

Implementation

void stop() {
  _channel.invokeMethod('onStopPressed', {'webViewId': _webViewId});
}