StateFlowBasedRecyclerViewAdapter

fun <T> StateFlowBasedRecyclerViewAdapter(listeningScope: CoroutineScope, dataState: StateFlow<List<T>>)