OnCommandCallback typedef

OnCommandCallback = void Function(Command command)

Implementation

typedef void OnCommandCallback(Command command);