getSecretIdsOf method

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

Implementation

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