delete method

  1. @override
Future<void> delete(
  1. Uri uri, [
  2. bool withDomainSharedCookie = false
])
override

Delete cookies with the specified uri.

Implementation

@override
Future<void> delete(Uri uri, [bool withDomainSharedCookie = false]) async {}