mute method

void mute()

Implementation

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