bucket method

StorageBucket bucket(
  1. String uuid
)

@param uuid Unique bucket identifier. @returns An instance of StorageBucket.

Implementation

StorageBucket bucket(String uuid) {
  return StorageBucket(uuid);
}