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