stop method

void stop()

Implementation

void stop() {
  _state = ConfettiControllerState.stopped;
  notifyListeners();
}