scopes property

List<String> scopes
getter/setter pair

Implementation

static List<String> scopes = [
  MultiCloudStorage.cloudAccess == CloudAccessType.appStorage
      ? drive.DriveApi.driveAppdataScope
      : drive.DriveApi.driveScope,
];