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