BluetoothPrinter class

Constructors

BluetoothPrinter()

Properties

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

Methods

dispose() → void
getConnectedDevice() Future<BluetoothDevice?>
getDeviceByAddress({required String address}) Future<BluetoothDevice?>
isEnabled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startScan() Future<void>
stopScan() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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