setFlightTypeShowAgain static method

dynamic setFlightTypeShowAgain(
  1. bool shouldShow
)

Implementation

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