AirshipEmbeddedView constructor
- required String embeddedId,
- double? parentWidth,
- double? parentHeight,
Implementation
AirshipEmbeddedView({
required this.embeddedId,
this.parentWidth,
this.parentHeight,
});
AirshipEmbeddedView({
required this.embeddedId,
this.parentWidth,
this.parentHeight,
});