ReferenceBuilder typedef

  1. @visibleForTesting
ReferenceBuilder = ReferencePlatform Function(FirebaseStorageWeb storage, String path)

The type for functions that implement the ref method of the FirebaseStorageWeb class.

Implementation

@visibleForTesting
typedef ReferenceBuilder = ReferencePlatform Function(
    FirebaseStorageWeb storage, String path);