isCustomMuteThisAdEnabled property

bool isCustomMuteThisAdEnabled

Returns true if this ad can be muted programmatically. Use NativeAdOptions when loading the ad to request custom implementation of Mute This Ad.

Use options in NativeAd to enable Custom Mute This Ad

For more info, read the documentation

Implementation

bool get isCustomMuteThisAdEnabled => _customMuteThisAdEnabled;