GetInternalLinkType constructor
const
GetInternalLinkType({
- required String link,
Returns information about the type of an internal link. Returns a 404 error if the link is not internal. Can be called before authorization
Implementation
const GetInternalLinkType({
required this.link,
});