Future<void> print({required List<int> ticket, bool isKanji = false}) { return printBytes(generator.rawBytes(ticket, isKanji: isKanji)); }