AfterHandlerFunction typedef Null safety

AfterHandlerFunction = FutureOr<void> Function(ICommandContext context)

Handler for executing logic after executing command.

Implementation

typedef AfterHandlerFunction = FutureOr<void> Function(ICommandContext context);