posSetPrintInit static method

Uint8List? posSetPrintInit()

The printer is initialized @return

Implementation

static Uint8List? posSetPrintInit() {
  return Uint8List.fromList(Command.escInit);
}