GetWebPagePreview constructor

const GetWebPagePreview({
  1. required FormattedText text,
})

Returns a web page preview by the text of the message. Do not call this function too often. Returns a 404 error if the web page has no preview

Implementation

const GetWebPagePreview({
  required this.text,
});