play method

void play()

播放

Implementation

void play() {
  _controller.play();
  notifyListeners();
}