BluetoothPrintersService class
Constructors
-
BluetoothPrintersService.new({required List<
PrinterModel> printers}) -
printers
printers that you want to look for.
Properties
-
connectedPrinters
→ Stream<
List< ThermalPrinter> > -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
printers
→ List<
PrinterModel> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disconnectAll(
) → Future< void> -
discover(
) → void -
dispose(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stopDiscover(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited