sendProtocolCommands method
Send protocol commands to printer (for protocol system)
Implementation
Future<bool> sendProtocolCommands(List<int> commands, String protocolName) {
throw UnimplementedError('sendProtocolCommands() has not been implemented.');
}