Dart API Reference
dart:async
Zone
runBinary
runBinary
method
Executes the given callback f with argument arg1 and arg2 in this zone.
dynamic
runBinary
(
dynamic
f
(
arg1
,
arg2
)
,
arg1
,
arg2
)
Executes the given callback f with argument arg1 and arg2 in this zone.