get string. 获取sp中key的字符串
static String? getString(String key, {String? defValue}) => _prefs.getString(key) ?? defValue;