pause method
      
void
pause()
      
     
    
暂停播放
Pause the player's playback.
Implementation
void pause() {
  _playerLog("[api][pause]");
  _aliPlayer.pause();
}暂停播放
Pause the player's playback.
void pause() {
  _playerLog("[api][pause]");
  _aliPlayer.pause();
}