Removes the preference with the given key.
key
static Future<void> remove(String key) => sharedPrefs.remove(key);