FirebaseUIStorage class

A class that should be used to configure FirebaseUIStorage. The configuration could be override for a specific part of the widget tree using FirebaseUIStorageConfigOverride widget.

Constructors

FirebaseUIStorage()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

pickFile Function
getter/setter pair

Static Methods

configurationFor(FirebaseStorage storage) FirebaseUIStorageConfiguration
Returns a FirebaseUIStorageConfiguration for a specific FirebaseStorage instance.
configure(FirebaseUIStorageConfiguration config) Future<void>
Configures FirebaseUIStorage to be used with a FirebaseStorage.
isConfigured(FirebaseStorage storage) bool
Checks if FirebaseUIStorage is configured for a specific FirebaseStorage instance.