clearSharedPreferences static method
Implementation
static Future<void> clearSharedPreferences() async {
final SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.clear();
}
static Future<void> clearSharedPreferences() async {
final SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.clear();
}