FollowRequestsDashboardChanged typedef

FollowRequestsDashboardChanged = dynamic Function(String? value, int? privilegeLevel)

Implementation

typedef FollowRequestsDashboardChanged = Function(
  String? value,
  int? privilegeLevel,
);