decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. Receipt receipt
)

Implementation

Future<Set<String>> decryptPatientIdOf(Receipt receipt) async {
	return await CardinalSdkPlatformInterface.instance.apis.receipt.decryptPatientIdOf(
		_sdkId,
		receipt,
	);
}