StorageService class

Storage service class provides various firebase storage related helper functions

Constructors

StorageService()

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
uploadFile(String path, File file) Future
Upload given file to the provided path returns the downloadUrl for the uploaded file.

Operators

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

Static Properties

instance StorageService
Get singleton instance of StorageService
final