goBack method

Future<void> goBack()

Implementation

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