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