deleteAllCookie method

Future deleteAllCookie()

删除所以cookie

Implementation

Future deleteAllCookie() async {
  await cookieJar?.deleteAll();
}