FollowingDashboardChanged typedef

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

Implementation

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