clearCache method

Future<void> clearCache()

Implementation

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