enableAudio method

void enableAudio()

Implementation

void enableAudio() {
  _channel.invokeMethod('selfEnableAudio');
}