sendTbCommand method

Future<bool> sendTbCommand(
  1. ITbCommand command
)

Sends a command to the printer.

Implementation

Future<bool> sendTbCommand(ITbCommand command) async {
  return sendCommand(command.getCommand());
}