canGoForward method

Future<bool> canGoForward()

Implementation

Future<bool> canGoForward() async {
  await _initFuture!;
  return await WebviewWinFloatingPlatform.instance.canGoForward(_webviewId);
}