HealthConnectImpl constructor

HealthConnectImpl(
  1. MethodChannel methodChannel,
  2. HCDataFactory dataFactory,
  3. JsonConverter jsonConverter
)

Creates a new HealthConnect implementation with required dependencies.

Implementation

HealthConnectImpl(this.methodChannel, this.dataFactory, this.jsonConverter);