setMutedAdSounds static method

  1. @Deprecated("Please use CASMobileAds.setAdSoundsMuted() instead.")
Future<void> setMutedAdSounds(
  1. bool mute
)

Implementation

@Deprecated("Please use CASMobileAds.setAdSoundsMuted() instead.")
static Future<void> setMutedAdSounds(bool mute) {
  return CASMobileAds.setAdSoundsMuted(mute);
}