SingleVoidCallback<T> typedef

SingleVoidCallback<T> = void Function(T e)

Implementation

typedef SingleVoidCallback<T> = void Function(T e);