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