CoreDataModule
Functions
Link copied to clipboard
fun provideActiveConversationTracker(processLifecycle: Lifecycle, applicationScope: ApplicationCoroutineScope): ActiveConversationTracker
ActiveConversationTracker is a plain holder so it stays trivially constructible in tests; the process lifecycle is bridged into it here, where an application-lifetime scope is already available.
Link copied to clipboard
Link copied to clipboard