matchAccessLogsBy method
Implementation
Future<List<String>> matchAccessLogsBy(BaseFilterOptions<AccessLog> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLogBasic.matchAccessLogsBy(
_sdkId,
filter,
);
}
Future<List<String>> matchAccessLogsBy(BaseFilterOptions<AccessLog> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLogBasic.matchAccessLogsBy(
_sdkId,
filter,
);
}