VoidCallback<T> typedef

VoidCallback<T> = void Function(T)

Implementation

typedef VoidCallback<T> = void Function(T);