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