onWhereColumnSelected method

void onWhereColumnSelected(
  1. String result
)

Implementation

void onWhereColumnSelected(String result) {
  _filterData.onWhereColumnSelected(result);
  notifyListeners();
}