Print raw bytes
Accept bytes with type Uint8List and send that raw bytes to printer.
bytes
Future<void> printBytes(Uint8List bytes) async { IminPrinterPlatform.instance.printBytes(bytes); }