IntroductionController constructor

IntroductionController(
  1. AuthService _authService,
  2. ChatService _chatService,
  3. MyUserService _myUserService
)

Implementation

IntroductionController(
  this._authService,
  this._chatService,
  this._myUserService,
);