Skip to content

Suiteopensavvy.prepared.suiteSharedProvidernamed

named


fun named(name: String): Shared<T>

Deprecated

The primary use-case for this method is to generate multiple shared values from a single provider. This implies you are relying on side effects in the shared value generation. This is not recommended. See the documentation of Shared and SharedProvider to learn more.

Provides a Shared value instance bound to the given name.

This is not recommended, because it likely means you are relying on side effects. See Shared and SharedProvider for an explanation.