OutputCallback<TOutput> typedef
OutputCallback<TOutput> =
void Function(TOutput output)
Callback invoked when an output of type TOutput is produced.
Implementation
typedef OutputCallback<TOutput> = void Function(TOutput output);