GetInternalLink constructor
const
GetInternalLink({
- required InternalLinkType type,
- required bool isHttp,
Returns an HTTPS or a tg: link with the given type. Can be called before authorization
Implementation
const GetInternalLink({
required this.type,
required this.isHttp,
});