pause abstract method

Future<void> pause(
  1. String playerId
)

Pauses the audio that is currently playing.

If you call resume later, the audio will resume from the point that it has been paused.

Implementation

Future<void> pause(String playerId);