close method

void close()

close the webview

Implementation

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