closeWebView method

Future<String?> closeWebView()

Implementation

Future<String?> closeWebView() {
  throw UnimplementedError('closeWebView method has not been implemented.');
}