static Future<String?> getTasks() async { final SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getString(_tasksKey); }