reload method

Future<void> reload()

Reloads the WebView.

Supported Platforms/Implementations:

Implementation

Future<void> reload() async {
  Map<String, dynamic> args = <String, dynamic>{};
  await _channel.invokeMethod('reload', args);
}