pauseAuction method
void
pauseAuction()
Implementation
void pauseAuction() {
if (_isReady) {
debugPrint("PrebidPluginLog auction paused");
_channel.invokeMethod('pauseAuction');
}
}
void pauseAuction() {
if (_isReady) {
debugPrint("PrebidPluginLog auction paused");
_channel.invokeMethod('pauseAuction');
}
}