removeData method
Implementation
removeData(String key) async {
SharedPreferences prefs = await instance.prefs;
return prefs.remove(key);
}
removeData(String key) async {
SharedPreferences prefs = await instance.prefs;
return prefs.remove(key);
}