sendCommand method

Future<void> sendCommand(
  1. Command command
)

Implementation

Future<void> sendCommand(Command command) async {
  await control.write(command.writeToBuffer());
}