Requests the user grants additional Oauth scopes.
scopes
Future<bool> requestScopes(List<String> scopes) async { await _ensureInitialized(); return GoogleSignInPlatform.instance.requestScopes(scopes); }