@override bool supports(String id) { if (id == "notifications") return true; if (id == "notificationDashboards") return true; return false; }