async_queue
async_queue
AsyncNode
run method
run
run
method
Null safety
Future
run
(
)
Implementation
Future run() async { state = JobState.running; await _job(); }
async_queue
async_queue
AsyncNode
run method
AsyncNode class
Constructors
AsyncNode
Properties
description
hashCode
info
label
maxRetry
next
retryCount
runtimeType
state
Methods
noSuchMethod
run
toString
Operators
operator ==