menu
usb_plugins_printer package
documentation
esc_pos_commands.dart
EscPosCommands
beep static method
beep static method
dark_mode
light_mode
beep
static method
List
<
int
>
beep
(
)
Implementation
static List<int> beep() { return [0x1B, 0x42, 0x05, 0x09]; // Beep 5 veces, 9*50ms por beep }
usb_plugins_printer package
documentation
esc_pos_commands
EscPosCommands
beep static method
EscPosCommands class