set the value to given key to '' (Empty String)
''
static Future<void> setStringToEmpty( String key, ) => _prefs.setString(key, '');