dynamic run(dynamic f())

Executes the given function f in this zone.

Source

dynamic run(f());