Source set: Android
public val LocalRemoteContext: ProvidableCompositionLocal<RemoteContext> = compositionLocalOf {
throw IllegalStateException("No remote context")
}public val LocalRemoteContext: ProvidableCompositionLocal<RemoteContext> = compositionLocalOf {
throw IllegalStateException("No remote context")
}Content updated: