PopupGalleryController constructor

PopupGalleryController(
  1. ChatId chatId,
  2. ChatService _chatService
)

Implementation

PopupGalleryController(this.chatId, this._chatService);