clearCache method

  1. @Deprecated("Use InAppWebViewController.clearAllCache instead")
Future<void> clearCache()

Implementation

@Deprecated("Use InAppWebViewController.clearAllCache instead")
Future<void> clearCache() => platform.clearCache();