removeSessionCookies method

Future<bool> removeSessionCookies()

Removes all session cookies, which are cookies without an expiration date.

The return value indicates whether any cookies were removed.

Officially Supported Platforms/Implementations:

Implementation

Future<bool> removeSessionCookies() => platform.removeSessionCookies();