play method

void play()

继续播放

Start or resume playback of the player.

Implementation

void play() {
  _playerLog("[api][play]");
  _aliPlayer.play();
}