play method

void play()

play audio function

Implementation

void play() {
  _audioPlayer.play();
}