ref method

FireStorageRef ref(
  1. String bucket,
  2. String path
)

Implementation

FireStorageRef ref(String bucket, String path) => storage.ref(bucket, path);