MultiUploader class

Constructors

MultiUploader(List<UploadFile> fileInfos, Map<String, dynamic>? config)

Properties

config Map<String, dynamic>
getter/setter pair
files List<Map<String, dynamic>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAborted bool
getter/setter pair
isUploading bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abortEntireUpload() → void
getProgress() num
monitor(Timer t) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setup(List<Future> futures, List<int> idxForFutures) int
toString() String
A string representation of this object.
inherited
upload() Future<bool>
uploadFile(int idx) Future<int>

Operators

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