canGoBack method

Future<bool> canGoBack()

Implementation

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