kalium
common
logic
/
com.wire.kalium.logic.feature.user
/
SyncContactsUseCaseImpl
Sync
Contacts
Use
Case
Impl
class
SyncContactsUseCaseImpl
(
userDataSource
:
UserRepository
)
:
SyncContactsUseCase
Members
Constructors
Sync
Contacts
Use
Case
Impl
Link copied to clipboard
internal
constructor
(
userDataSource
:
UserRepository
)
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
)
:
Either
<
CoreFailure
,
Unit
>