kalium
common
logic
/
com.wire.kalium.logic.feature.user
/
SyncSelfUserUseCase
Sync
Self
User
Use
Case
internal
interface
SyncSelfUserUseCase
This use case will sync the current user with the backend.
Inheritors
SyncSelfUserUseCaseImpl
Members
Functions
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
)
:
Either
<
CoreFailure
,
Unit
>