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