InternalLinkTypeInstantView constructor

InternalLinkTypeInstantView(
  1. {required String url,
  2. required String fallback_url,
  3. int? extra,
  4. int? clientId}
)

The link must be opened in an Instant View. Call getWebPageInstantView with the given URL to process the link

Implementation

InternalLinkTypeInstantView