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