getHealthData method
Fetches all health data from the connected ring. Triggers sync and waits for data (up to ~30s). Ensure device is connected before calling.
Implementation
Future<HealthData> getHealthData() {
throw UnimplementedError('getHealthData() has not been implemented.');
}