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