openNativeWebView method

Future<void> openNativeWebView()

Implementation

Future<void> openNativeWebView() async {
  return _channel.invokeMethod("openNativeWebView");
}