HealthElementInGroupApi constructor

HealthElementInGroupApi(
  1. String _sdkId,
  2. Object _dartSdk
)

Implementation

HealthElementInGroupApi(
	this._sdkId,
	this._dartSdk
	) : encrypted = HealthElementInGroupEncryptedApi(_sdkId, _dartSdk),
	tryAndRecover = HealthElementInGroupTryAndRecoverApi(_sdkId, _dartSdk);