Callback1<T0> typedef

Callback1<T0> = void Function(T0 arg0)

Function callback with 1 argument.

Implementation

typedef Callback1<T0> = void Function(T0 arg0);