deleteAgendasByIds method
Future<List<GroupScoped<StoredDocumentIdentifier> > >
deleteAgendasByIds(
- List<
GroupScoped< entityIdsStoredDocumentIdentifier> >
Implementation
Future<List<GroupScoped<StoredDocumentIdentifier>>> deleteAgendasByIds(List<GroupScoped<StoredDocumentIdentifier>> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.agenda.inGroup.deleteAgendasByIds(
_sdkId,
entityIds,
);
}