OnUploadFileListener class

Constructors

OnUploadFileListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
onComplete ↔ (dynamic Function(String id, int size, String url, int type)?)
getter/setter pair
onHashPartComplete ↔ (dynamic Function(String id, String partHash, String fileHash)?)
getter/setter pair
onHashPartProgress ↔ (dynamic Function(String id, int index, int size, String partHash)?)
getter/setter pair
onOpen ↔ (dynamic Function(String id, int size)?)
getter/setter pair
onPartSize ↔ (dynamic Function(String id, int partSize, int num)?)
getter/setter pair
onUploadID ↔ (dynamic Function(String id, String uploadID)?)
getter/setter pair
onUploadPartComplete ↔ (dynamic Function(String id, int index, int partSize, String partHash)?)
getter/setter pair
onUploadProgress ↔ (dynamic Function(String id, int fileSize, int streamSize, int storageSize)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

complete(String id, int size, String url, int type) → void
hashPartComplete(String id, String partHash, String fileHash) → void
hashPartProgress(String id, int index, int size, String partHash) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String id, int size) → void
partSize(String id, int partSize, int num) → void
toString() String
A string representation of this object.
inherited
uploadID(String id, String uploadID) → void
uploadPartComplete(String id, int index, int partSize, String partHash) → void
uploadProgress(String id, int fileSize, int streamSize, int storageSize) → void

Operators

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