showAlert static method

bool showAlert()

Implementation

static bool showAlert() =>
    _preferences.getBool('${prefix}show_alert') ?? true;