removeValue method
Removes the value from SharedPreferences.
Implementation
Future<void> removeValue(SharedPreferencesAsync prefs) async {
await prefs.remove(key);
}
Removes the value from SharedPreferences.
Future<void> removeValue(SharedPreferencesAsync prefs) async {
await prefs.remove(key);
}