NotifyThemeConfigChangedUseCase

Use case notifies a theme configuration change for specific id.

Return

Flow of theme id. Emits theme id when theme configuration changes.

Parameters

id

Theme id.

Functions

Link copied to clipboard
abstract operator fun invoke(id: ThemeId): Flow<ThemeId>