dynamic runUnary(dynamic f(arg), arg)

Executes the given callback f with argument arg in this zone.

Source

dynamic runUnary(f(arg), var arg);