menu
blue_thermal_helper package
documentation
thermal_receipt.dart
ThermalReceipt
feed method
feed method
dark_mode
light_mode
feed
method
void
feed
(
[
int
n
=
1
])
feed n lines
Implementation
void feed([int n = 1]) { _bytes.addAll(_generator.feed(n)); _preview.feed(n); }
blue_thermal_helper package
documentation
thermal_receipt
ThermalReceipt
feed method
ThermalReceipt class