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