HealthElementApi constructor
Implementation
HealthElementApi(
this._sdkId,
this._dartSdk
) : encrypted = HealthElementEncryptedApi(_sdkId, _dartSdk),
tryAndRecover = HealthElementTryAndRecoverApi(_sdkId, _dartSdk),
inGroup = HealthElementInGroupApi(_sdkId, _dartSdk);