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