dslink
dslink.utils
Scheduler
after
after
dslink
dslink.utils
Scheduler
after
method
after
Source
dslink
dslink.utils
Scheduler
Static properties
currentTimer
Static methods
after
cancelCurrentTimer
every
later
repeat
runAfter
runLater
safeEvery
tick
Constructors
Scheduler
Properties
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
Future
after
(
Duration
duration
,
dynamic
action
()
)
Source
static Future after(Duration duration, action()) { return new Future.delayed(duration, action); }