TargetChatInternalLink constructor
const
TargetChatInternalLink({
- required InternalLinkType link,
The chat needs to be open with the provided internal link
Implementation
const TargetChatInternalLink({
required this.link,
});