observe Updates
open override fun observeUpdates(types: List<HealthDataType>, callback: (HealthDataType) -> Unit): Result<Unit>
Observe updates for the specified types. On iOS, this sets up an HKObserverQuery. The callback is invoked when new data is available. The callback should trigger a data read and sync.