ParticipantController constructor
- Rx<
OngoingCall> _call, - ChatService _chatService,
- CallService _callService,
- UserService _userService,
- MyUserService _myUserService, {
- void pop()?,
- ParticipantsFlowStage initial = ParticipantsFlowStage.participants,
Implementation
ParticipantController(
this._call,
this._chatService,
this._callService,
this._userService,
this._myUserService, {
this.pop,
ParticipantsFlowStage initial = ParticipantsFlowStage.participants,
}) : stage = Rx(initial);