getFlightTypeShowAgain static method

bool getFlightTypeShowAgain()

Implementation

static bool getFlightTypeShowAgain() {
  return Requests.box.read('flights_types_show_again') ?? true;
}