decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. TimeTable timeTable
)

Implementation

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