referenceFromPath method

Reference referenceFromPath(
  1. String path
)

Implementation

Reference referenceFromPath(String path) =>
    FirebaseStorage.instance.ref(path);