muteVideoAds method

Future<void> muteVideoAds(
  1. bool mute
)

Implementation

Future<void> muteVideoAds(bool mute) {
  throw UnimplementedError('muteVideoAds() has not been implemented.');
}