SyncContactsUseCase

internal interface SyncContactsUseCase

Syncs the current user's contacts.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(): Either<CoreFailure, Unit>