ZoneUnaryCallback<R, T> typedef Null safety

R ZoneUnaryCallback (
  1. T arg
)

Implementation

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