matchServicesBySorted method

Future<List<String>> matchServicesBySorted(
  1. SortableFilterOptions<Service> filter
)

Implementation

Future<List<String>> matchServicesBySorted(SortableFilterOptions<Service> filter) async {
	return await CardinalSdkPlatformInterface.instance.apis.contact.matchServicesBySorted(
		_sdkId,
		filter,
	);
}