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