getSecretIdsOf method

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

Implementation

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