ref method

StorageReference ref([
  1. String? path
])

Returns a StorageReference for the given path in the default bucket.

Implementation

StorageReference ref([String? path]) =>
    StorageReference.getInstance(jsObject.ref(path));