muteUnmute method

void muteUnmute()

Toggles mute/unmute for the player.

Implementation

void muteUnmute() {
  _controller.muteUnmute();
}