matchAccessLogsBySorted method

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

Implementation

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