PrinterBluetoothManager class

Printer Bluetooth Manager

Constructors

PrinterBluetoothManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
isScanningStream Stream<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanResults Stream<List<PrinterBluetooth>>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printTicket(List<int> bytes, {int chunkSizeBytes = 20, int queueSleepTimeMs = 20}) Future<PosPrintResult>
selectPrinter(PrinterBluetooth printer) → void
startScan(Duration timeout) → void
stopScan() → void
toString() String
A string representation of this object.
inherited
writeBytes(List<int> bytes, {int chunkSizeBytes = 20, int queueSleepTimeMs = 20}) Future<PosPrintResult>

Operators

operator ==(Object other) bool
The equality operator.
inherited