@override Future<bool> saveString(String key, String value) async { return await _saveToFile(key, value); }