logout method

Future<void> logout()

Logs out the current user.

Implementation

Future<void> logout() {
  throw UnimplementedError(_errorMessage('logout()'));
}