printer form, bluetooth
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
part of '../printer.dart';
|
||||
|
||||
abstract class IPrinterRepository {
|
||||
Future<Either<PrinterFailure, bool>> connectBluetooth(String macAddress);
|
||||
Future<Either<PrinterFailure, bool>> disconectBluetooth();
|
||||
Future<Either<PrinterFailure, bool>> isBluetoothEnabled();
|
||||
Future<Either<PrinterFailure, List<BluetoothInfo>>>
|
||||
getPairedBluetoothDevices();
|
||||
}
|
||||
Reference in New Issue
Block a user