clearWebStorage method

Future<bool> clearWebStorage()

Clears all cookies for all WebView instances.

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

Implementation

Future<bool> clearWebStorage() {
  throw UnimplementedError(
      "WebView clearWebStorage is not implemented on the current platform");
}