ChatView constructor
ChatView({
- Key? key,
- ChatViewArguments? chatViewArguments,
Implementation
ChatView({Key? key, this.chatViewArguments})
: super(key: key, tag: (chatViewArguments ?? NavUtils.arguments).chatJid);