Flutter
dart:async
ZoneDelegate
createPeriodicTimer abstract method
createPeriodicTimer
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 ==
createPeriodicTimer method
Timer
createPeriodicTimer
(
Zone
zone
,
Duration
period
,
void
f
(
Timer
timer
)
)
Implementation
Timer createPeriodicTimer(Zone zone, Duration period, void f(Timer timer));