BluetoothLowEnergyCentral constructor
BluetoothLowEnergyCentral({
- required CentralManager backend,
Implementation
BluetoothLowEnergyCentral({required this.backend})
: _status = _convertToCentralStatus(backend.state) {
backend.stateChanged.listen(_updateState);
}