getAppleHealthKit method

HealthKit getAppleHealthKit()

Creates and returns instance of HealthKit

Implementation

HealthKit getAppleHealthKit() {
  return HealthKitImpl(
    objFactory.getMethodChannel(),
    objFactory.getHKDataFactory(),
    objFactory.getJsonConverter(),
  );
}