SyncFeatureConfigsUseCase

internal interface SyncFeatureConfigsUseCase

This use case is to get the file sharing status of the team management settings from the server and save it in the local storage (in Android case is shared preference)

Inheritors

Functions

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