contextState

fun <R> contextState(started: SharingStarted = SharingStarted.Eagerly, function: SpotifyMusicPlayerContext.() -> Flow<R>): StateFlow<R?>