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