matchServicesBy method

Future<List<String>> matchServicesBy(
  1. BaseFilterOptions<Service> filter
)

Implementation

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