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