deleteAgendas method
Future<List<GroupScoped<StoredDocumentIdentifier> > >
deleteAgendas(
- List<
GroupScoped< agendasAgenda> >
Implementation
Future<List<GroupScoped<StoredDocumentIdentifier>>> deleteAgendas(List<GroupScoped<Agenda>> agendas) async {
return await CardinalSdkPlatformInterface.instance.apis.agenda.inGroup.deleteAgendas(
_sdkId,
agendas,
);
}