logout method

Future<void> logout()

Logs out the current user.

Implementation

Future<void> logout() =>
    Future.error(UnimplementedError(_errorMessage('logout()')));