Dart API Reference
dart:async
Zone
run
run
method
Executes the given function f in this zone.
dynamic
run
(
dynamic
f
()
)
Executes the given function f in this zone.