child method

AGCStorageReference child(
  1. String path
)

Obtains the reference to a subdirectory.

  • path: Path to a subdirectory.

Implementation

AGCStorageReference child(String path) =>
    AGCStorageReference._(storage, '${this.path}/$path');