menu
nyx_printer_flutter_plus package
documentation
nyx_printer.dart
NyxPrinter
paperOut static method
paperOut static method
dark_mode
light_mode
paperOut
static method
Future
<
void
>
paperOut
(
int
px
)
Implementation
static Future<void> paperOut(int px) { return NyxPrinterPlatform.instance.paperOut(px); }
nyx_printer_flutter_plus package
documentation
nyx_printer
NyxPrinter
paperOut static method
NyxPrinter class