flutter-plugins
flutter-plugins copied to clipboard
[Health] get and delete records by UUID
Once #1019 is merged, we should support fetching particular records by UUID and deleting them by ID, similar to react-native-health-connect: https://matinzd.github.io/react-native-health-connect/docs/category/methods
Methods to add:
-
getDataByUuid -
deleteDataByUuid -
deleteDataByUuids(for batch deleting records)