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