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