PMProgressHandler class

Manages the progress of asset downloads from cloud storage services, such as iCloud.

Constructors

PMProgressHandler()
Creates a new PMProgressHandler object.

Properties

channelIndex int
The channel index associated with this instance.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<PMProgressState>
A stream that provides information about the download status and progress of the asset being downloaded.
no setter

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