unmute method

void unmute()

Unmutes the player.

Implementation

void unmute() {
  webViewController.evaluateJavascript(source: 'unmute();');
}