flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[Health] get and delete records by UUID

Open SlimShadyIAm opened this issue 1 year ago • 0 comments

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)

SlimShadyIAm avatar Aug 16 '24 09:08 SlimShadyIAm