unmute method

void unmute()

Implementation

void unmute() {
  _invokeMethod("unmute", {'trackId': this.getId()});
}