FluentAdFlowWidgetView constructor

FluentAdFlowWidgetView({
  1. dynamic onAdShow(
    1. bool
    )?,
  2. Map<String, String>? params,
})

Implementation

FluentAdFlowWidgetView({this.onAdShow, this.params}) : assert(params != null);