goBack method

Future<void> goBack()

Implementation

Future<void> goBack() async {
  jsWebView?.goBack();
}