reload method

Future<void> reload()

Reloads the WebView.

Implementation

Future<void> reload() async => await _channel.invokeMethod('reload');