menu
geoff package
documentation
utils/networking/auth/app_auth_helper.dart
AppAuthHelper
setScopes static method
setScopes static method
dark_mode
light_mode
setScopes
static method
void
setScopes
(
List
<
String
>
scopes
)
Sets the scopes
Implementation
static void setScopes(List<String> scopes) { _scopes = scopes; }
geoff package
documentation
utils/networking/auth/app_auth_helper
AppAuthHelper
setScopes static method
AppAuthHelper class