menu
neo_concierge
app/modules/flight_search/controllers/flight_search_controller.dart
FlightSearchController
sort method
sort
dark_mode
light_mode
sort
method
void
sort
(
String
newValue
)
Implementation
void sort(String newValue) { sortBy.value = newValue; prepareTrips(); }
neo_concierge
flight_search_controller
FlightSearchController
sort method
FlightSearchController class