Remove all the keys.
static Future<bool> clearAll() async { final prefs = await SharedPreferences.getInstance(); return prefs.clear(); }