useFrontToBackEffect

fun useFrontToBackEffect(vararg deps: Any?, effect: () -> Unit)

Use front to back effect,contrary to the useBackToFrontEffect behavior, the effect is executed when the App enters the background

Receiver

Parameters

deps
effect