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