Dart SDK
dart:async
Zone
createTimer
method
createTimer
Zone
Constants
ROOT
Static properties
current
Properties
parent
errorZone
Operators
operator []
Methods
handleUncaughtError
inSameErrorZone
fork
run
runUnary
runBinary
runGuarded
runUnaryGuarded
runBinaryGuarded
registerCallback
registerUnaryCallback
registerBinaryCallback
bindCallback
bindUnaryCallback
bindBinaryCallback
errorCallback
scheduleMicrotask
createTimer
createPeriodicTimer
print
Timer
createTimer
(
Duration
duration
,
void
callback
()
)
Creates a Timer where the callback is executed in this zone.