muteAll method
void
muteAll()
Mute active GiphyVideoView player.
This method sends a mute request to the platform-specific implementation.
Implementation
void muteAll() {
GiphyVideoManagerPlatform.instance.muteAll();
}