ZoneUnaryCallback<R, T> typedef Null safety

R ZoneUnaryCallback<R, T>(
  1. T arg
)

Implementation

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