supports method
Implementation
@override
bool supports(String id) {
if (id == "followings") return true;
if (id == "followingDashboards") return true;
if (id == "followRequests") return true;
if (id == "followRequestsDashboards") return true;
if (id == "inviteDashboards") return true;
return false;
}