stop method

void stop()

Stops the sound and resets it's position.

Implementation

void stop() => _sound.stop();