onSortationValueChanged method

void onSortationValueChanged(
  1. String fieldName,
  2. ESortMode sortMode
)

Implementation

void onSortationValueChanged(String fieldName, ESortMode sortMode) {
  filterController.updateMapSortation(fieldName, sortMode);
}