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