setMuted method

void setMuted(
  1. bool mute
)

Implementation

void setMuted(bool mute){
   this.muted = mute;
}