QueryElectricityLevel constructor

QueryElectricityLevel({
  1. Key? key,
  2. required BluetoothDevice connectDevice,
})

Implementation

QueryElectricityLevel({super.key, required this.connectDevice});