Flutter
dart:async
ZoneDelegate
createTimer abstract method
createTimer
ZoneDelegate class
Constructors
ZoneDelegate
Properties
hashCode
runtimeType
Methods
createPeriodicTimer
createTimer
errorCallback
fork
handleUncaughtError
print
registerBinaryCallback
registerCallback
registerUnaryCallback
run
runBinary
runUnary
scheduleMicrotask
noSuchMethod
toString
Operators
operator ==
createTimer method
Timer
createTimer
(
Zone
zone
,
Duration
duration
,
void
f
()
)
Implementation
Timer createTimer(Zone zone, Duration duration, void f());