AddChatMemberController constructor
- ChatId chatId,
- ChatService _chatService,
- UserService _userService, {
- void pop()?,
Implementation
AddChatMemberController(
this.chatId,
this._chatService,
this._userService, {
this.pop,
});
AddChatMemberController(
this.chatId,
this._chatService,
this._userService, {
this.pop,
});