DeviceCommandHandler typedef

DeviceCommandHandler = Future<CommandAck> Function(DeviceCommand command)

Implementation

typedef DeviceCommandHandler = Future<CommandAck> Function(
  DeviceCommand command,
);