PopupCallController constructor

PopupCallController(
  1. ChatId chatId,
  2. CallService _callService,
  3. AbstractSettingsRepository _settingsRepository
)

Implementation

PopupCallController(this.chatId, this._callService, this._settingsRepository);