CloudStorage constructor

CloudStorage(
  1. String storageId
)

Creates a CloudStorage with the specified storageId. By default, two storages are used by Serverpod public and private. The public should be accessible to everyone (usually through a web interface), while the private is accessed internally only.

Implementation

CloudStorage(this.storageId);