modifyHealthElements method

Future<List<DecryptedHealthElement>> modifyHealthElements(
  1. List<DecryptedHealthElement> entities
)

Implementation

Future<List<DecryptedHealthElement>> modifyHealthElements(List<DecryptedHealthElement> entities) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElement.modifyHealthElements(
		_sdkId,
		entities,
	);
}