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