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