dslink
dslink.utils
DsTimer
waitAndRun
waitAndRun
dslink
dslink.utils
DsTimer
waitAndRun
method
waitAndRun
Source
dslink
dslink.utils
DsTimer
Static properties
timerTimer
timerTs50
Static methods
callLater
millisecondsSinceEpoch
runNow
timerCancel
timerOnceAfter
timerOnceBefore
timerOnceBetween
waitAndRun
Constructors
DsTimer
Properties
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
Future
waitAndRun
(
Duration
time
,
dynamic
action
()
)
Source
static Future waitAndRun(Duration time, action()) { return new Future.delayed(time, action); }