FavoriteSnapPlayList

fun FavoriteSnapPlayList(onNavigateToDetail: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit = {}, favoriteSnapPlayItemsViewModel: FavoriteSnapPlayItemsViewModel = viewModel { FavoriteSnapPlayItemsViewModel() })(source)