setUnsafe

@DelicateCoilApi
fun setUnsafe(imageLoader: ImageLoader)

Set the singleton ImageLoader and overwrite any previously set value.


@DelicateCoilApi
fun setUnsafe(factory: SingletonImageLoader.Factory)

Set the Factory that will be used to lazily create the singleton ImageLoader and overwrite any previously set value.

The factory is guaranteed to be invoked at most once.