loginWithOAuth method

Future<void> loginWithOAuth(
  1. OAuthType type
)

Implementation

Future<void> loginWithOAuth(OAuthType type) {
  throw UnimplementedError(_errorMessage('loginWithOAuth()'));
}