logout method
Logs out the current user.
Implementation
Future<void> logout() =>
Future.error(UnimplementedError(_errorMessage('logout()')));
Logs out the current user.
Future<void> logout() =>
Future.error(UnimplementedError(_errorMessage('logout()')));