bool quickGetBool(String key, {bool defValue = false}){ bool value = _pref!.getBoolean(key) ?? defValue; return value; }