set the value to given key in shared prefs
static Future<void> setString( String key, String value, ) => _prefs.setString(key, value);