stopWordAudio method
إيقاف صوت الكلمات.
Implementation
Future<void> stopWordAudio() async {
await WordAudioService.instance.stop();
update(['word_info_audio']);
}
إيقاف صوت الكلمات.
Future<void> stopWordAudio() async {
await WordAudioService.instance.stop();
update(['word_info_audio']);
}