clearWebStorage method

  1. @override
Future<bool> clearWebStorage()
inherited

Clears all cookies for all WebView instances.

Returns true if cookies were present before clearing, else false.

Implementation

@override
Future<bool> clearWebStorage() => MethodChannelWebViewPlatform.clearWebStorage();