static Future<bool> remove(String key) async { final prefs = await _getInstance(); return await prefs.remove(key); }