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