addScope method

GoogleAuthProvider addScope(
  1. String scope
)

Adds additional OAuth 2.0 scopes that you want to request from the authentication provider.

Implementation

GoogleAuthProvider addScope(String scope) =>
    GoogleAuthProvider.fromJsObject(jsObject.addScope(scope));