HealthElementApi constructor

HealthElementApi(
  1. String _sdkId
)

Implementation

HealthElementApi(
	this._sdkId
	) : tryAndRecover = TryAndRecoverHealthElementApi(_sdkId),
	encrypted = EncryptedHealthElementApi(_sdkId);