reload method

Future<void> reload()

Implementation

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