Removes an entry from SharedPreferences.
static Future<bool> remove(String key) { return prefs!.remove(key); }