I am looking to implement HealthKit in my FF app so I can read and display the users step count.
I came across this package which seems to do the job.
https://pub.dev/packages/health
The example code in the package seems to show every option with widgets. How would I be able to just read the data and store it as a variable in my FF app (so then I can display and manipulate it across the app?)