decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. Invoice invoice
)

Implementation

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