currentPlayingWordRef property

WordRef? get currentPlayingWordRef

مرجع الكلمة التي يتم تشغيلها حالياً (أو null).

The reference of the currently playing word (or null).

Implementation

WordRef? get currentPlayingWordRef =>
    WordAudioService.instance.currentPlayingRef.value;