unmuteAudio method

void unmuteAudio()

Implementation

void unmuteAudio() {
  _setAudioEnabled(true);
}