pause method

Future<void> pause()

Pauses playback

Implementation

Future<void> pause() => _player.pausePlayback();