InstreamAd constructor
InstreamAd({
- required int id,
Implementation
InstreamAd({required this.id}) {
_channel = MethodChannel("$INSTREAM_METHOD_CHANNEL/AD/$id");
}
InstreamAd({required this.id}) {
_channel = MethodChannel("$INSTREAM_METHOD_CHANNEL/AD/$id");
}