cubix
cubix
Dispatcher
cancel method
cancel
cancel
method
Null safety
void
cancel
(
)
Implementation
void cancel() { if (cancelled || done) return; _cancelled = true; }
cubix
cubix
Dispatcher
cancel method
Dispatcher class
Constructors
Dispatcher
Properties
action
cancelled
cancelToken
cubix
data
dispatching
done
error
hashCode
result
runtimeType
Methods
cancel
dispose
noSuchMethod
on
onDone
toString
Operators
operator ==