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