DownloadCallback class

Constructors

DownloadCallback.new({OnDownloadStart? onDownloadStart, OnDownloadProgress? onDownloadProgress, OnDownloadPause? onDownloadPause, OnDownloadCancel? onDownloadCancel, OnDownloadFail? onDownloadFail, OnDownloadFinish? onDownloadFinish, OnInstallStart? onInstallStart, OnInstallFail? onInstallFail, OnInstallSuccess? onInstallSuccess})

Properties

hashCode int
The hash code for this object.
no setterinherited
onDownloadCancel OnDownloadCancel?
getter/setter pair
onDownloadFail OnDownloadFail?
getter/setter pair
onDownloadFinish OnDownloadFinish?
getter/setter pair
onDownloadPause OnDownloadPause?
getter/setter pair
onDownloadProgress OnDownloadProgress?
getter/setter pair
onDownloadStart OnDownloadStart?
getter/setter pair
onInstallFail OnInstallFail?
getter/setter pair
onInstallStart OnInstallStart?
getter/setter pair
onInstallSuccess OnInstallSuccess?
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