InitConfig.withBleDevice constructor

InitConfig.withBleDevice()

Constructor for initialization using a ble device. Doesn't need a license file, it will be fetched automatically from your ble device.

Requires btdevice plugin.

Implementation

InitConfig.withBleDevice() : _license = ByteData(0) {
  _useBleDevice = true;
}