IsAllowedToUseAsyncNotificationsUseCaseImpl
internal class IsAllowedToUseAsyncNotificationsUseCaseImpl(userConfigRepository: UserConfigRepository, isAllowedByCurrentBackendVersionProvider: () -> Boolean) : IsAllowedToUseAsyncNotificationsUseCase
Constructors
Link copied to clipboard
constructor(userConfigRepository: UserConfigRepository, isAllowedByCurrentBackendVersionProvider: () -> Boolean)