menu
blue_thermal_helper package
documentation
thermal_receipt.dart
ReceiptPreview
feed method
feed method
dark_mode
light_mode
feed
method
void
feed
(
[
int
n
=
1
])
Implementation
void feed([int n = 1]) { for (int i = 0; i < n; i++) { _buf.writeln(); } }
blue_thermal_helper package
documentation
thermal_receipt
ReceiptPreview
feed method
ReceiptPreview class