ZoneUnaryCallback<R, T> typedef
A one-argument function, like the argument to Zone.runUnary.
Implementation
typedef ZoneUnaryCallback<R, T> = R Function(T);
A one-argument function, like the argument to Zone.runUnary.
typedef ZoneUnaryCallback<R, T> = R Function(T);