Future<void> removeString(String key) async { final prefs = await _getPrefs(); await prefs.remove(key); }