matchAccessLogsBy method

Future<List<String>> matchAccessLogsBy(
  1. BaseFilterOptions<AccessLog> filter
)

Implementation

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