InlineInAppView constructor
InlineInAppView({})
Implementation
InlineInAppView(
{Key? key,
required this.viewId,
this.androidUseVirtualDisplay = false,
this.onAppEvent,
this.onCompleted,
this.onClose})
: creationParams = {
"viewId": viewId,
},
super(key: key);