logout abstract method

Future<void> logout()

Logs out by deleting all cookies.

Returns:

  • A Future that completes when the cookies have been deleted.

Implementation

Future<void> logout();