stop method

Future<void> stop()

Stops playback

Implementation

Future<void> stop() => _player.stopPlayback();