GenuinWallEmbedView constructor

const GenuinWallEmbedView({
  1. Key? key,
  2. required String embedId,
  3. String? interactionDeepLink,
  4. bool? isDirectDeepLinkEnabled,
  5. bool? isDirectDeepLinkWithLoginEnabled,
  6. bool? isShowProfileEnabled,
  7. String? ssoToken,
})

Implementation

const GenuinWallEmbedView(
    {super.key,
    required this.embedId,
    this.interactionDeepLink,
    this.isDirectDeepLinkEnabled,
    this.isDirectDeepLinkWithLoginEnabled,
    this.isShowProfileEnabled,
    this.ssoToken});