clearCookies method
Clears all cookies for all WebView instances.
Returns true if cookies were present before clearing, else false.
Soon to be deprecated. 'Use WebViewCookieManagerPlatform.clearCookies instead.
Implementation
@override
Future<bool> clearCookies() => MethodChannelWebViewPlatform.clearCookies();