RAW BYTES PRINT (most important)
Future<void> printBytes(Uint8List bytes) async { if (!await isConnected) { throw Exception('Printer not connected'); } await _plugin.printFile(bytes); }