getHealthElement method

Future<EncryptedHealthElement> getHealthElement(
  1. String entityId
)

Implementation

Future<EncryptedHealthElement> getHealthElement(String entityId) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElementBasic.getHealthElement(
		_sdkId,
		entityId,
	);
}