ZoneUnaryCallback<R, T> typedef

ZoneUnaryCallback<R, T> = R Function(T)

A one-argument function, like the argument to Zone.runUnary.

Implementation

typedef ZoneUnaryCallback<R, T> = R Function(T);