modifyHealthElement method
Implementation
Future<DecryptedHealthElement> modifyHealthElement(DecryptedHealthElement entity) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.modifyHealthElement(
_sdkId,
entity,
);
}