SupportController constructor
- UpgradeWorker _upgradeWorker,
- AuthService _authService,
- MyUserService? _myUserService,
- SessionService? _sessionService,
- NotificationService? _notificationService,
Implementation
SupportController(
this._upgradeWorker,
this._authService,
this._myUserService,
this._sessionService,
this._notificationService,
);