matchAccessLogsBySorted method

Future<List<String>> matchAccessLogsBySorted(
  1. BaseSortableFilterOptions<AccessLog> filter
)

Implementation

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