IsDebugModeEnabledUseCase

class IsDebugModeEnabledUseCase(    repository: DebugModeRepository,     isDevOrDebug: IsDevOrDebugBuildUseCase,     isForceDebugMode: IsForceDebugModeUseCase)

Constructors

Link copied to clipboard
constructor(repository: DebugModeRepository, isDevOrDebug: IsDevOrDebugBuildUseCase, isForceDebugMode: IsForceDebugModeUseCase)

Functions

Link copied to clipboard
operator fun invoke(): Boolean