PrinterManager class
Constructors
- PrinterManager({required BuildContext context})
Properties
- connected ↔ bool?
-
getter/setter pair
- context ↔ BuildContext
-
getter/setter pair
-
devicesInfo
↔ List<
BluetoothInfo> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- printerWindowRoute ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedBluetoothInfo ↔ BluetoothInfo?
-
getter/setter pair
Methods
-
connect(
BluetoothInfo bluetoothInfo) → Future< void> -
disconnect(
) → Future< void> -
getDevicesInfo(
BuildContext context) → Future< List< BluetoothInfo> ?> -
loadFromLocalStorage(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
print(
List< int> textToPrint, BuildContext context, void onPrintEnd()?) → Future<void> -
removeFromLocalStorage(
) → Future< void> -
saveToLocalStorage(
BluetoothInfo bluetoothInfo) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited