stop method

void stop()

Stops playback and resets progress to 0.0.

Implementation

void stop() {
  _controller?.stop();
  _controller?.reset();
}