SyncSelfUserUseCase

internal interface SyncSelfUserUseCase

This use case will sync the current user with the backend.

Inheritors

Functions

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