InputCallback<TInput> typedef
InputCallback<TInput> =
void Function(TInput input)
Callback invoked when an input of type TInput is received.
Implementation
typedef InputCallback<TInput> = void Function(TInput input);