clearCache method

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

Implementation

@Deprecated("Use InAppWebViewController.clearAllCache instead")
Future<void> clearCache() {
  throw UnimplementedError(
      'clearCache is not implemented on the current platform');
}