runUnary property

R Function<R, T>(Zone self, ZoneDelegate parent, Zone zone, R f(T arg), T arg) runUnary

A custom Zone.runUnary implementation for a new zone.

Implementation

RunUnaryHandler? get runUnary;