dispatchJobInHere

@get:Composable
val <AppState> CompositionLocal<Store<AppState>>.dispatchJobInHere: (ForegroundJobAction) -> Unit

Returns a dispatchJobIn function for a composition local store. It provides a CoroutineScope from rememberCoroutineScope. It results in an automatic cancellation of any foreground coroutine triggered by this function at a composable disposal.