pause method

void pause()

暂停播放

Pause the player's playback.

Implementation

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