Skip to content

ZoneUnaryCallback<R, T>

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

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