loadIconJob
suspend fun loadIconJob(iconFlow: AppIconFlow, dispatcher: CoroutineDispatcher, imageView: ImageView, shimmerLayout: ShimmerFrameLayout)(source)
Coroutine lambda for loading an icon into an ImageView with shimmer effect. This is typically launched in a coroutine scope.