Storage constructor
Storage(
- Client client,
- String project
Initializes access to cloud storage.
Implementation
factory Storage(http.Client client, String project) = _StorageImpl;
Initializes access to cloud storage.
factory Storage(http.Client client, String project) = _StorageImpl;