getHKDataFactory method
Returns the factory for HealthKit data objects (iOS).
Implementation
@override
HKDataFactory getHKDataFactory() {
return hkDataFactory;
}
Returns the factory for HealthKit data objects (iOS).
@override
HKDataFactory getHKDataFactory() {
return hkDataFactory;
}