HealthConnectImpl constructor
HealthConnectImpl(
- MethodChannel methodChannel,
- HCDataFactory dataFactory,
- JsonConverter jsonConverter
Creates a new HealthConnect implementation with required dependencies.
Implementation
HealthConnectImpl(this.methodChannel, this.dataFactory, this.jsonConverter);