kalium
common
logic
/
com.wire.kalium.logic.feature.connection
/
SyncConnectionsUseCaseImpl
Sync
Connections
Use
Case
Impl
internal
class
SyncConnectionsUseCaseImpl
(
connectionRepository
:
ConnectionRepository
)
:
SyncConnectionsUseCase
Members
Constructors
Sync
Connections
Use
Case
Impl
Link copied to clipboard
constructor
(
connectionRepository
:
ConnectionRepository
)
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
)
:
Either
<
CoreFailure
,
Unit
>