🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalUriHandler

The CompositionLocal to provide functionality related to URL, e.g.

Source set: Common
public val LocalUriHandler: ProvidableCompositionLocal<UriHandler> =
    staticCompositionLocalWithComputedDefaultOf {
        LocalOwner.currentValue.uriHandler
    }

The CompositionLocal to provide functionality related to URL, e.g. open URI.

Content updated: