activeCues property
Cues
get
activeCues
The list of active cues of the track.
Remarks:
- A cue is active if the current playback position falls within the time bounds of the cue.
- This list dynamically updates based on the current playback position.
Implementation
Cues get activeCues => _activeCues;