getPatients method
Implementation
Future<List<GroupScoped<DecryptedPatient>>> getPatients(String groupId, List<String> patientIds) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.getPatients(
_sdkId,
groupId,
patientIds,
);
}