FactoryImpl constructor

FactoryImpl()

Initializes the factory with platform-specific data factories.

Implementation

FactoryImpl() {
  hcDataFactory = HCDataFactoryImpl(jsonConverter);
  hkDataFactory = HKDataFactoryImpl(jsonConverter);
}