Property

LocalContext

Provides a [Context] that can be used by Android applications.

Android
val LocalContext = staticCompositionLocalOf<Context> { noLocalProvidedFor("LocalContext") }

Provides a Context that can be used by Android applications.