return String by key if exists else return null
String
null
static String? getStringOrNull( String key, ) => _prefs.getString(key);