BluetoothLowEnergyCentral constructor

BluetoothLowEnergyCentral({
  1. required CentralManager backend,
})

Implementation

BluetoothLowEnergyCentral({required this.backend})
    : _status = _convertToCentralStatus(backend.state) {
  backend.stateChanged.listen(_updateState);
}