UploadingEventsListener class

Implemented types

Constructors

UploadingEventsListener({OnUploadingStarted? onUploadingStarted, OnUploadProgress? onUploadProgress, OnUploaded? onUploaded, OnVerified? onVerified, OnProcessing? onProcessing, OnProcessed? onProcessed, OnError? onError})

Properties

hashCode int
The hash code for this object.
no setterinherited
onError OnError?
getter/setter pairoverride
onProcessed OnProcessed?
getter/setter pair
onProcessing OnProcessing?
getter/setter pair
onUploaded OnUploaded?
getter/setter pair
onUploadingStarted OnUploadingStarted?
getter/setter pair
onUploadProgress OnUploadProgress?
getter/setter pair
onVerified OnVerified?
getter/setter pair
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

Operators

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