resume method

void resume()

暂停时保留元素与进度,恢复播放只需再次 play()。

Implementation

void resume() {
  play();
}