getChapters

abstract suspend fun getChapters(track: Track): List<Chapter>

Gets the chapters for a track.

Return

the list of chapters for the track.

Parameters

track

the track to get the chapters of.

See also