CallController constructor

CallController(
  1. Rx<OngoingCall> _currentCall,
  2. CallService _calls,
  3. ChatService _chatService,
  4. UserService _userService,
  5. AbstractSettingsRepository _settingsRepository, {
  6. void onMinimized(
    1. bool
    )?,
})

Implementation

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