clear method
Implementation
Future<void> clear() async {
SharedPreferences sharedPreferences = await SharedPreferences.getInstance();
await sharedPreferences.clear();
}
Future<void> clear() async {
SharedPreferences sharedPreferences = await SharedPreferences.getInstance();
await sharedPreferences.clear();
}