loadFlights method

void loadFlights()

Implementation

void loadFlights() async {
  await getMileCurrentPrice();
  await getBookingHistory();
}