AddChatMemberController constructor

AddChatMemberController(
  1. ChatId chatId,
  2. ChatService _chatService,
  3. UserService _userService, {
  4. void pop()?,
})

Implementation

AddChatMemberController(
  this.chatId,
  this._chatService,
  this._userService, {
  this.pop,
});