SwiftUICore.View
nonisolated public func healthDataAccessRequest(store: HealthKit.HKHealthStore, shareTypes: Swift.Set<HealthKit.HKSampleType>, readTypes: Swift.Set<HealthKit.HKObjectType>? = nil, trigger: some Equatable, completion: @escaping @Sendable (Swift.Result<Swift.Bool, any Swift.Error>) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func healthDataAccessRequest(store: HealthKit.HKHealthStore, readTypes: Swift.Set<HealthKit.HKObjectType>, trigger: some Equatable, completion: @escaping @Sendable (Swift.Result<Swift.Bool, any Swift.Error>) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
nonisolated public func healthDataAccessRequest(store: HealthKit.HKHealthStore, objectType: HealthKit.HKObjectType, predicate: Foundation.NSPredicate? = nil, trigger: some Equatable, completion: @escaping @Sendable (Swift.Result<Swift.Bool, any Swift.Error>) -> Swift.Void) -> some SwiftUICore.View