modifyPatients method
Future<List<GroupScoped<DecryptedPatient> > >
modifyPatients(
- List<
GroupScoped< patientsDecryptedPatient> >
Implementation
Future<List<GroupScoped<DecryptedPatient>>> modifyPatients(List<GroupScoped<DecryptedPatient>> patients) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.modifyPatients(
_sdkId,
patients,
);
}