stop method

void stop()

Implementation

void stop() {
  try {
    _controller.reset();
    widget.model.controllerValue = 0;
    _controller.stop();
  } catch (e) {
    Log().debug('$e');
  }
}