StoredFileService class
Constructors
- StoredFileService.new(StoredFileDataService _storedFileDataService, Talker _log)
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
-
getStoredFiles(
{int limit = 50, DocumentSnapshot< Object?> ? startAt, String? ownerPath}) → Future<List< StoredFileVO> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadFile(
{required String ownerPath, Map< String, StoredFileSubscriber> ? stateSubscribers, required Uint8List fileData, required String fileExtension}) → Future<UploadingFile>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
provider
↔ Provider<
StoredFileService> -
getter/setter pair