onAdItemCreated method
Callback for when a roll succeeds, so we are going to create a view inside it
adapterId Id of an adapter COMMENT(Do we have adapterId concept in the Flutter)
probability Probability of the item containing an ad
Implementation
void onAdItemCreated(int adapterId, double probability) {}