setNotificationPopup static method

Future setNotificationPopup(
  1. bool popup
)

Implementation

static Future setNotificationPopup(bool popup) async {
  await _preferences.setBool(
      "$prefix${Constants.package}notification_popup", popup);
}