GenuinFeedEmbedView constructor

const GenuinFeedEmbedView({
  1. Key? key,
  2. required String embedId,
  3. String uniqueId = "",
  4. String interactionDeepLink = "",
  5. bool isDirectDeepLinkEnabled = false,
  6. bool isDirectDeepLinkWithLoginEnabled = false,
  7. bool isShowProfileEnabled = false,
  8. String ssoToken = "",
  9. bool isStandardWall = false,
})

Implementation

const GenuinFeedEmbedView({
  super.key,
  required this.embedId,
  this.uniqueId = "",
  this.interactionDeepLink = "",
  this.isDirectDeepLinkEnabled = false,
  this.isDirectDeepLinkWithLoginEnabled = false,
  this.isShowProfileEnabled = false,
  this.ssoToken = "",
  this.isStandardWall = false,
});