Package com.skydoves.landscapist.coil
Class LocalCoilProviderKt
-
- All Implemented Interfaces:
public final class LocalCoilProviderKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static ProvidableCompositionLocal<ImageLoader>LocalCoilImageLoader
-
Method Summary
Modifier and Type Method Description final ProvidableCompositionLocal<ImageLoader>getLocalCoilImageLoader()Local containing the preferred ImageLoader for providing the same instance in our composable hierarchy. -
-
Method Detail
-
getLocalCoilImageLoader
final ProvidableCompositionLocal<ImageLoader> getLocalCoilImageLoader()
Local containing the preferred ImageLoader for providing the same instance in our composable hierarchy.
-
-
-
-