InstreamAd constructor

InstreamAd({
  1. required int id,
})

Implementation

InstreamAd({required this.id}) {
  _channel = MethodChannel("$INSTREAM_METHOD_CHANNEL/AD/$id");
}