OtherPrinterManager class
Properties
-
devicesStream
→ Stream<
List< Printer> > -
no setter
- eventChannel ↔ EventChannel
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isBleTurnedOnStream
→ Stream<
bool> -
no setter
- refresher ↔ StreamSubscription?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscription ↔ StreamSubscription?
-
getter/setter pair
Methods
-
connect(
Printer device) → Future< bool> -
disconnect(
Printer device) → Future< void> -
getPrinters(
{List< ConnectionType> connectionTypes = const [ConnectionType.BLE, ConnectionType.USB], bool androidUsesFineLocation = false}) → Future<void> -
isConnected(
Printer device) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printData(
Printer printer, List< int> bytes, {bool longData = false}) → Future<void> -
sortDevices(
) → void -
stopScan(
{bool stopBle = true, bool stopUsb = true}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
turnOnBluetooth(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- channelName ↔ String
-
getter/setter pair
- instance → OtherPrinterManager
-
no setter