pauseAuction method
void
pauseAuction()
A method that pauses Prebid auction
Implementation
void pauseAuction(){
int id=0;
debugPrint("PrebidPluginLog test metodas");
MethodChannel _channel = MethodChannel(
'setupad.plugin.setupad_prebid_flutter/myChannel_$id');
_channel.invokeMethod('pauseAuction');
}