decrypt method
Implementation
Future<DecryptedPatient> decrypt(EncryptedPatient patient) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.decrypt(
_sdkId,
patient,
);
}
Future<DecryptedPatient> decrypt(EncryptedPatient patient) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.decrypt(
_sdkId,
patient,
);
}