We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63c3eb commit 71c8d8cCopy full SHA for 71c8d8c
lib/flutter_opendroneid.dart
@@ -81,7 +81,7 @@ class FlutterOpenDroneId {
81
await _assertWifiPermissions();
82
_wifiOdidDataSubscription?.cancel();
83
84
- _wifiOdidDataSubscription = bluetoothOdidPayloadEventChannel
+ _wifiOdidDataSubscription = wifiOdidPayloadEventChannel
85
.receiveBroadcastStream()
86
.listen((payload) => _updatePacks(
87
pigeon.ODIDPayload.decode(payload), DriSourceType.Wifi));
0 commit comments