goBack method

Future<void> goBack()

Implementation

Future<void> goBack() async {
  await _webViewKey.currentState?.goBack();
}