Remove all cookies
Future<void> clearCookies() { return _channel.invokeMethod<void>('clearCookies'); }