disableLog method

void disableLog()

Disables AudioPlayer logs (enable only if debugging, otherwise they can be quite overwhelming).

TODO(luan) there are still some logs on the android native side that we could not get rid of, if you'd like to help, please send us a PR!

Implementation

void disableLog() {
  AudioPlayer.logEnabled = false;
}