pause method

dynamic pause()

Implementation

pause() {
  return _bridge.playerPause(id);
}