ChannelActionCallback<Out, Response> typedef
ChannelActionCallback<Out, Response> =
FutureOr<Response?> Function(Out data)
Implementation
typedef ChannelActionCallback<Out, Response> = FutureOr<Response?> Function(
Out data);