pause method
Pauses the current playback.
Implementation
Future<void> pause() {
throw UnimplementedError('pause() has not been implemented.');
}
Pauses the current playback.
Future<void> pause() {
throw UnimplementedError('pause() has not been implemented.');
}