printEscPosCommands method

Future<void> printEscPosCommands(
  1. String printerId,
  2. Uint8List commands
)

Implementation

Future<void> printEscPosCommands(String printerId, Uint8List commands) {
  throw UnimplementedError('printEscPosCommands() has not been implemented.');
}