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