enable Background Delivery
open suspend override fun enableBackgroundDelivery(types: List<HealthDataType>, frequency: HealthUpdateFrequency = HealthUpdateFrequency.Immediate): Result<Unit>
Enable background delivery for the specified types. On iOS, this calls HKHealthStore.enableBackgroundDeliveryForType.