play method

void play()

Implementation

void play() {
  _state = ConfettiControllerState.playing;
  notifyListeners();
}