requestScopes abstract method

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

Requests the user grants additional Oauth scopes.

Implementation

Future<bool> requestScopes(List<String> scopes);