setAppMuted method
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.setAppMuted(muted);
}