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