comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
usecase
/
com.sorrowblue.comicviewer.domain.usecase.settings
/
LoadSettingsUseCase
Load
Settings
Use
Case
interface
LoadSettingsUseCase
:
ManageSettingsUseCase
<
Settings
>
Members
Properties
settings
Link copied to clipboard
abstract
val
settings
:
Flow
<
Settings
>
Functions
edit
Link copied to clipboard
abstract
suspend
fun
edit
(
action
:
(
Settings
)
->
Settings
)