BluetoothLowEnergyMtu constructor

BluetoothLowEnergyMtu({
  1. required CentralManager backend,
  2. required Peripheral peripheral,
})

Implementation

BluetoothLowEnergyMtu({required this.backend, required this.peripheral});