clearCache method

Future<void> clearCache()

Clears the browser cache

Implementation

Future<void> clearCache() async {
  await InAppWebViewController.clearAllCache();
}