menu
usb_plugins_printer package
documentation
esc_pos_commands.dart
EscPosCommands
lineFeed static method
lineFeed static method
dark_mode
light_mode
lineFeed
static method
List
<
int
>
lineFeed
(
)
Implementation
static List<int> lineFeed() { return [0x0A]; // LF }
usb_plugins_printer package
documentation
esc_pos_commands
EscPosCommands
lineFeed static method
EscPosCommands class