Future<bool> reset() async { final storage = await SharedPreferences.getInstance(); return await storage.clear(); }