Delete all cookies in the CookieJar.
CookieJar
@override Future<void> deleteAll() async { await methodChannel.invokeMethod("deleteAll"); }