ArgumentCallback<T> typedef

ArgumentCallback<T> = void Function(T argument)

Implementation

typedef void ArgumentCallback<T>(T argument);