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