menu
animated_chat_record_button package
documentation
audio_services.dart
AudioPlayersService
pausePlayingAudio method
pausePlayingAudio method
dark_mode
light_mode
pausePlayingAudio
method
Future
<
void
>
pausePlayingAudio
(
)
Implementation
Future<void> pausePlayingAudio() async { isPlaying.value = false; await player.pause(); }
animated_chat_record_button package
documentation
audio_services
AudioPlayersService
pausePlayingAudio method
AudioPlayersService class