dslink
dslink.utils
Scheduler
later
later
dslink
dslink.utils
Scheduler
later
method
later
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
later
(
dynamic
action
()
)
Source
static Future later(action()) { return new Future(action); }