sendProtocolCommands method

Future<bool> sendProtocolCommands(
  1. List<int> commands,
  2. String protocolName
)

Send protocol commands to printer (for protocol system)

Implementation

Future<bool> sendProtocolCommands(List<int> commands, String protocolName) {
  throw UnimplementedError('sendProtocolCommands() has not been implemented.');
}