menu
ti_printer_plugin package
documentation
database_printer.dart
KnownUsbPrinter
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
int
queryVid
,
int
queryPid
)
Implementation
bool matches(int queryVid, int queryPid) => vid == queryVid && pid == queryPid;
ti_printer_plugin package
documentation
database_printer
KnownUsbPrinter
matches method
KnownUsbPrinter class