FlutterWebBluetoothPeripheral constructor
FlutterWebBluetoothPeripheral({
- required BluetoothDevice device,
Implementation
FlutterWebBluetoothPeripheral({required BluetoothDevice device})
: _device = device;