FollowRequestsDashboardChanged typedef

FollowRequestsDashboardChanged = dynamic Function(FollowRequestsDashboardModel? value)

Implementation

typedef FollowRequestsDashboardChanged = Function(
    FollowRequestsDashboardModel? value);