PMCancelToken class

The cancel token is used to cancel the request.

Constructors

PMCancelToken({String? debugLabel})

Properties

debugLabel String?
final
hashCode int
The hash code for this object.
no setterinherited
index int
final
key String
The key of cancel token, typically used in PhotoManagerPlugin.cancelRequest.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelRequest() Future<void>
Cancel the request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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