ensureEncryptionMetadataForSelfIsInitialized method
Future<EncryptedPatient>
ensureEncryptionMetadataForSelfIsInitialized({
- Map<
String, AccessLevel> sharingWith = const {},
Implementation
Future<EncryptedPatient> ensureEncryptionMetadataForSelfIsInitialized({ Map<String, AccessLevel> sharingWith = const {} }) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.ensureEncryptionMetadataForSelfIsInitialized(
_sdkId,
sharingWith,
);
}