getNotificationPopup static method

bool getNotificationPopup()

Implementation

static bool getNotificationPopup() =>
    _preferences.getBool("$prefix${Constants.package}notification_popup") ??
    false;