Remove specific the key.
static Future<bool> remove(String key) async { final prefs = await SharedPreferences.getInstance(); return prefs.remove(key); }