FlutterWebBluetoothPeripheral constructor

FlutterWebBluetoothPeripheral({
  1. required BluetoothDevice device,
})

Implementation

FlutterWebBluetoothPeripheral({required BluetoothDevice device})
    : _device = device;