withEncryptionMetadata method
Future<GroupScoped<DecryptedCalendarItem> >
withEncryptionMetadata(
- String entityGroupId,
- DecryptedCalendarItem? base,
- GroupScoped<
Patient> ? patient, { - User? user,
- Map<
EntityReferenceInGroup, AccessLevel> delegates = const {}, - SecretIdUseOption secretId = SecretIdUseOption.UseAnySharedWithParent,
Implementation
Future<GroupScoped<DecryptedCalendarItem>> withEncryptionMetadata(String entityGroupId, DecryptedCalendarItem? base, GroupScoped<Patient>? patient, { User? user, Map<EntityReferenceInGroup, AccessLevel> delegates = const {}, SecretIdUseOption secretId = SecretIdUseOption.UseAnySharedWithParent }) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItem.inGroup.withEncryptionMetadata(
_sdkId,
entityGroupId,
base,
patient,
user,
delegates,
secretId,
);
}