MyProfileController constructor

MyProfileController(
  1. MyUserService _myUserService,
  2. SessionService _sessionService,
  3. AbstractSettingsRepository _settingsRepo,
  4. AuthService _authService,
  5. ChatService _chatService,
  6. BlocklistService _blocklistService,
  7. UpgradeWorker _upgradeWorker,
  8. CacheWorker _cacheWorker,
)

Implementation

MyProfileController(
  this._myUserService,
  this._sessionService,
  this._settingsRepo,
  this._authService,
  this._chatService,
  this._blocklistService,
  this._upgradeWorker,
  this._cacheWorker,
);