repeatOnAttached

suspend fun repeatOnAttached(block: suspend Context.() -> Unit)

Executes a suspending block whenever the registry is attached

Parameters

block

The block to execute within the attached context