goForward method

Future<void> goForward()

Implementation

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