Callback1<T1> typedef
Callback1<T1> =
Map1<T1, void>
Callback function type with 1 positional argument.
Implementation
typedef Callback1<T1> = Map1<T1, void>;
Callback function type with 1 positional argument.
typedef Callback1<T1> = Map1<T1, void>;