setMuted static method
Sets whether to begin video ads in a muted state or not.
Note that this functionality is not available for all networks.
Implementation
static void setMuted(bool muted) {
_methodChannel.invokeMethod('setMuted', {
'value': muted,
});
}