ZoneUnaryCallback<R, T> typedef Null safety

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

Implementation

typedef R ZoneUnaryCallback<R, T>(T arg);