goForward method

Future<void> goForward()

Implementation

Future<void> goForward() async {
  await _initFuture!;
  await WebviewWinFloatingPlatform.instance.goForward(_webviewId);
}