Dart SDK
dart:async
Zone
runBinary
method
runBinary
Zone
Constants
ROOT
Static properties
current
Properties
parent
errorZone
Operators
operator []
Methods
handleUncaughtError
inSameErrorZone
fork
run
runUnary
runBinary
runGuarded
runUnaryGuarded
runBinaryGuarded
registerCallback
registerUnaryCallback
registerBinaryCallback
bindCallback
bindUnaryCallback
bindBinaryCallback
errorCallback
scheduleMicrotask
createTimer
createPeriodicTimer
print
dynamic
runBinary
(
dynamic
f
(
arg1
,
arg2
)
,
arg1
,
arg2
)
Executes the given callback f with argument arg1 and arg2 in this zone.