Mutes all video playback.
This method sends a 'muteAll' method call to the native platform to mute all video playback.
@override Future<void> muteAll() async { await _channel.invokeMethod('muteAll'); }