CallController constructor

CallController(
  1. Rx<OngoingCall> _currentCall,
  2. CallService _calls,
  3. ChatService _chatService,
  4. UserService _userService,
  5. AbstractSettingsRepository _settingsRepository,
)

Implementation

CallController(
  this._currentCall,
  this._calls,
  this._chatService,
  this._userService,
  this._settingsRepository,
);