CallController constructor
- Rx<
OngoingCall> _currentCall, - CallService _calls,
- ChatService _chatService,
- UserService _userService,
- AbstractSettingsRepository _settingsRepository,
Implementation
CallController(
this._currentCall,
this._calls,
this._chatService,
this._userService,
this._settingsRepository,
);