How can I get real-time sleep data (e.g., heart rate, sleep stages) from a Galaxy Watch in Flutter?
I am currently developing an Android app with Flutter that needs to interface with a Galaxy Watch. My goal is to fetch real-time data such as heart rate and sleep stages. The critical requirement is that the data must be transmitted to the app in very short intervals, ideally in real-time. I am wondering if this is possible and how I can achieve it. Can anyone provide guidance or share experience with accessing real-time health data from a Galaxy Watch using Flutter? Any suggestions or pointers to relevant resources or plugins would be greatly appreciated. Thank you!