AppScreenEvents

@Singleton
class AppScreenEvents @Inject constructor(scope: CoroutineScope)

Constructors

Link copied to clipboard
@Inject
constructor(scope: CoroutineScope)

Types

Link copied to clipboard
sealed interface Event

Properties

Link copied to clipboard
val events: SharedFlow<AppScreenEvents.Event>