pause method

Future<void> pause()

Pause playback while retaining the buffer.

Implementation

Future<void> pause() async => _invoke('pause');