clearCache method
Clears the browser cache
Implementation
Future<void> clearCache() async {
await InAppWebViewController.clearAllCache();
}
Clears the browser cache
Future<void> clearCache() async {
await InAppWebViewController.clearAllCache();
}