AbstractFollowingComponent constructor

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

Implementation

AbstractFollowingComponent(
    {super.key, required this.app, required this.followingId});