LaunchFlag

@Stable
data class LaunchFlag(value: Atomic<Boolean> = atomic(false))

Constructors

Link copied to clipboard
constructor(value: Atomic<Boolean> = atomic(false))

Functions

Link copied to clipboard
inline operator fun invoke(update: () -> Unit = {}, init: () -> Unit)