Dart
dart:async
ZoneDelegate
fork abstract method
fork
description
fork
method
Null safety
Zone
fork
(
Zone
zone
,
ZoneSpecification
?
specification
,
Map
?
zoneValues
)
Implementation
Zone fork(Zone zone, ZoneSpecification? specification, Map? zoneValues);
Dart
dart:async
ZoneDelegate
fork 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 ==