MessageInfoController constructor

MessageInfoController(
  1. ChatItemId? id,
  2. ChatService _chatService
)

Implementation

MessageInfoController(this.id, this._chatService);