BluetoothPrintersService constructor
      
      BluetoothPrintersService({ 
    
- required List<PrinterModel> printers,
printers printers that you want to look for.
Implementation
BluetoothPrintersService({required this.printers}) {
  FlutterBluePlus.setOptions(restoreState: true);
}