MyProfileController constructor
- MyUserService _myUserService,
- SessionService _sessionService,
- AbstractSettingsRepository _settingsRepo,
- AuthService _authService,
- ChatService _chatService,
- BlocklistService _blocklistService,
- UpgradeWorker _upgradeWorker,
- CacheWorker _cacheWorker,
Implementation
MyProfileController(
this._myUserService,
this._sessionService,
this._settingsRepo,
this._authService,
this._chatService,
this._blocklistService,
this._upgradeWorker,
this._cacheWorker,
);