close method

Future<void> close()

Closes WebView

Implementation

Future<void> close() async {
  await _channel.invokeMethod('close');
}