Storage constructor

Storage(
  1. Client client,
  2. String project
)

Initializes access to cloud storage.

Implementation

factory Storage(http.Client client, String project) = _StorageImpl;