JoinChatByInviteLink constructor
const
JoinChatByInviteLink({
- required String inviteLink,
Uses an invite link to add the current user to the chat if possible
Implementation
const JoinChatByInviteLink({
required this.inviteLink,
});