supports method

  1. @override
bool supports(
  1. String id
)
override

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;
}