get string.
static String getString(String key, {String defValue = ''}) { return _prefs.getString(key) ?? defValue; }