stop method

void stop()

Implementation

void stop() {
  try {
    _stopped = true;
      _controller!.reset();
      widget.model.controllerValue = 0;
      _controller!.stop();
  } catch (e) {}
}