SupportController constructor

SupportController(
  1. UpgradeWorker _upgradeWorker,
  2. AuthService _authService,
  3. MyUserService? _myUserService,
  4. SessionService? _sessionService,
  5. NotificationService? _notificationService,
)

Implementation

SupportController(
  this._upgradeWorker,
  this._authService,
  this._myUserService,
  this._sessionService,
  this._notificationService,
);