LocalBoomerangStore

Object that provides access to a BoomerangStore in Jetpack Compose. This is the main entry point for accessing a BoomerangStore in a Compose UI.

Properties

Link copied to clipboard
@get:Composable
val current: BoomerangStore

The current BoomerangStore. This property will throw an exception if accessed when no BoomerangStore is available.