VoidFuncWith1Parameter<P1> typedef

VoidFuncWith1Parameter<P1> = FutureOr<void> Function(P1 p1)

Void function with one generic parameter.

That is the command function signature for the CommandP1 class.

Implementation

typedef VoidFuncWith1Parameter<P1> = FutureOr<void> Function(P1 p1);