logout method

void logout()

Clear the access and refresh token locally

Implementation

void logout() =>
    throw UnimplementedError('logout() has not been implemented.');