video_player
dart:async
ZoneDelegate
abstract method run<R>
run
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 ==
R
run
<R>(
Zone
zone
,
R
f
()
)
Source
R run<R>(Zone zone, R f());
method run