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 0e65285 commit 4c3ef75Copy full SHA for 4c3ef75
flutter/iot_receiver/lib/services/hro2_data_service.dart
@@ -64,7 +64,7 @@ class Hro2DataService {
64
// ..ttl = 10000
65
..ttr = -1;
66
AtKey atKey = AtKey()
67
- ..sharedWith = '@demopatient01'
+ ..sharedWith = hrO2Device.deviceAtsign
68
..metadata = metadata
69
..key = AppConstants.deviceKey;
70
var value = jsonEncode(hrO2Device);
0 commit comments