clearCookies method
Clears all cookies for all WebView
instances.
Returns true if cookies were present before clearing, else false.
Implementation
Future<bool> clearCookies() {
throw UnimplementedError(
"WebView clearCookies is not implemented on the current platform");
}