goBack method

Future<void> goBack()

Navigates back on the Webview.

Implementation

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