AirshipEmbeddedView constructor

AirshipEmbeddedView({
  1. required String embeddedId,
  2. double? parentWidth,
  3. double? parentHeight,
})

Implementation

AirshipEmbeddedView({
  required this.embeddedId,
  this.parentWidth,
  this.parentHeight,
});