matchServicesBySorted method

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

Implementation

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