menu
printer_service package
documentation
thermal_printer.dart
Command
setReference static method
setReference static method
dark_mode
light_mode
setReference
static method
String
setReference
(
String
x
,
String
y
)
Implementation
static String setReference(String x, String y) { return createLine(REFERENCE, [x, y]); }
printer_service package
documentation
thermal_printer
Command
setReference static method
Command class