getConfidentialSecretIdsOf method

Future<Set<String>> getConfidentialSecretIdsOf(
  1. Patient patient
)

Implementation

Future<Set<String>> getConfidentialSecretIdsOf(Patient patient) async {
	return await CardinalSdkPlatformInterface.instance.apis.patient.getConfidentialSecretIdsOf(
		_sdkId,
		patient,
	);
}