GetExternalLink constructor
Returns an HTTP URL which can be used to automatically authorize the current user on a website after clicking an HTTP link. Use the method getExternalLinkInfo to find whether a prior user confirmation is needed
Implementation
const GetExternalLink({
required this.link,
required this.allowWriteAccess,
});