requestScopes method

Future<bool> requestScopes(
  1. List<String> scopes
)

Requests the user grants additional Oauth scopes.

Scopes should come from the full list here.

Implementation

Future<bool> requestScopes(List<String> scopes) async {
  throw UnimplementedError('requestScopes() has not been implemented.');
}