String quickGetString(String key, {String defValue = ""}){ String value = _pref!.getString(key) ?? defValue; return value; }