setMuted static method

Future<void> setMuted(
  1. bool muteAds
)

Sets a flag for some mediated networks to show video ads with audio muted or not

Implementation

static Future<void> setMuted(bool muteAds) =>
    FairBidInternal.setMuted(muteAds);