ReferencePlatform constructor

ReferencePlatform(
  1. FirebaseStoragePlatform storage,
  2. String path
)

Implementation

ReferencePlatform(this.storage, String path)
    : _pointer = Pointer(path),
      super(token: _token);