setAppMuted method

Future<void> setAppMuted(
  1. bool muted
)

Sets whether the app is muted.

For more details about the volume control, visit https://developers.google.com/admob/android/global-settings#video_ad_volume_control

Implementation

Future<void> setAppMuted(bool muted) {
  return instanceManager.setAppLovinAppMuted(muted);
}