Dart
dart:async
ZoneSpecification
run property
run
Dart
dart:async
ZoneSpecification
run property
ZoneSpecification class
Constructors
ZoneSpecification
from
Properties
createPeriodicTimer
createTimer
errorCallback
fork
handleUncaughtError
hashCode
print
registerBinaryCallback
registerCallback
registerUnaryCallback
run
runBinary
runtimeType
runUnary
scheduleMicrotask
Methods
noSuchMethod
toString
Operators
operator ==
description
run
property
Null safety
(R Function<
R
>?
(
Zone
self
,
ZoneDelegate
parent
,
Zone
zone
,
R
f
()
)
?)
run
A custom
Zone.run
implementation for a new zone.
Implementation
RunHandler? get run;