setFlightTypeShowAgain static method
- bool shouldShow
Implementation
static setFlightTypeShowAgain(bool shouldShow) async {
Requests.box.write('flights_types_show_again', shouldShow);
await Requests.box.save();
}
static setFlightTypeShowAgain(bool shouldShow) async {
Requests.box.write('flights_types_show_again', shouldShow);
await Requests.box.save();
}