getServiceCodesOccurrences method
Implementation
Future<List<LabelledOccurence>> getServiceCodesOccurrences(String codeType, int minOccurrences) async {
	return await CardinalSdkPlatformInterface.instance.apis.contactBasic.getServiceCodesOccurrences(
		_sdkId,
		codeType,
		minOccurrences,
	);
}