CheckIfUpdateRequiredUseCase

Returns false if app needs to be updated and user should not be able app without it true - otherwise

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(currentAppVersion: Int, blackListUrl: String): Boolean