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