hideWebView method

Future<void> hideWebView()

Implementation

Future<void> hideWebView() {
  throw UnimplementedError('hideWebView() has not been implemented.');
}