IntroductionController constructor
- AuthService _authService,
- ChatService _chatService,
- MyUserService _myUserService
Implementation
IntroductionController(
this._authService,
this._chatService,
this._myUserService,
);
IntroductionController(
this._authService,
this._chatService,
this._myUserService,
);