AbstractFollowRequestsDashboardComponent constructor

AbstractFollowRequestsDashboardComponent({
  1. Key? key,
  2. required AppModel app,
  3. required String followRequestsDashboardId,
})

Implementation

AbstractFollowRequestsDashboardComponent(
    {super.key, required this.app, required this.followRequestsDashboardId});