matchAgendasBy method
Implementation
Future<List<String>> matchAgendasBy(BaseFilterOptions<Agenda> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.agenda.matchAgendasBy(
_sdkId,
filter,
);
}
Future<List<String>> matchAgendasBy(BaseFilterOptions<Agenda> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.agenda.matchAgendasBy(
_sdkId,
filter,
);
}