SCOPES constant

List<String> const SCOPES

List of required OAuth2 scopes for Cloud Storage operation.

Implementation

// ignore: constant_identifier_names
static const List<String> SCOPES = <String>[
  storage_api.StorageApi.devstorageFullControlScope
];