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