ParticipantController constructor

ParticipantController(
  1. Rx<OngoingCall> _call,
  2. ChatService _chatService,
  3. CallService _callService,
  4. UserService _userService,
  5. MyUserService _myUserService, {
  6. void pop()?,
  7. 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);