Removes the cached entry for key.
key
Future<void> clear(String key) async { final prefs = await SharedPreferences.getInstance(); await prefs.remove('$_prefix$key'); }