loginWithOAuth method

Future<void> loginWithOAuth(
  1. OAuthType type
)

Implementation

Future<void> loginWithOAuth(OAuthType type) =>
    Future.error(UnimplementedError(_errorMessage('loginWithOAuth()')));