pause method
Pause the currently playing audio
Implementation
Future<void> pause() {
throw UnimplementedError('pause() has not been implemented.');
}
Pause the currently playing audio
Future<void> pause() {
throw UnimplementedError('pause() has not been implemented.');
}