destroyAuction method
void
destroyAuction()
A method that destroys Prebid auction
Implementation
void destroyAuction(){
int id=0;
MethodChannel _channel = MethodChannel(
'setupad.plugin.setupad_prebid_flutter/myChannel_$id');
_channel.invokeMethod('destroyAuction');
}