setMutedAdSounds static method

  1. @Deprecated("Use CAS.settings.setMutedAdSounds(bool muted) instead")
Future<void> setMutedAdSounds(
  1. bool mute
)

Implementation

@Deprecated("Use CAS.settings.setMutedAdSounds(bool muted) instead")
static Future<void> setMutedAdSounds(bool mute) {
  return CAS.settings.setMutedAdSounds(mute);
}