Dart API Reference
dart:async
Zone
runUnary
runUnary
method
Executes the given callback f with argument arg in this zone.
dynamic
runUnary
(
dynamic
f
(
arg
)
,
arg
)
Executes the given callback f with argument arg in this zone.