MethodChannelPutFileTask class

Implementation for putFile tasks.

Inheritance

Constructors

MethodChannelPutFileTask(int handle, FirebaseStoragePlatform storage, String path, File file, SettableMetadata? metadata)

Properties

hashCode int
The hash code for this object.
no setterinherited
onComplete Future<TaskSnapshotPlatform>
Returns a Future once the task has completed.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshot TaskSnapshotPlatform
The latest TaskSnapshot for this task.
no setterinherited
snapshotEvents Stream<TaskSnapshotPlatform>
Returns a Stream of TaskSnapshot events.
no setterinherited
storage FirebaseStoragePlatform
The FirebaseStoragePlatform used to create the task.
finalinherited

Methods

cancel() Future<bool>
Cancels the current task.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<bool>
Pauses the current task.
inherited
resume() Future<bool>
Resumes the current task.
inherited
toString() String
A string representation of this object.
inherited

Operators

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