BluetoothPrintersService constructor

BluetoothPrintersService({
  1. required List<PrinterModel> printers,
})

printers printers that you want to look for.

Implementation

BluetoothPrintersService({required this.printers}) {
  FlutterBluePlus.setOptions(restoreState: true);
}