SendFCMTokenToAPIUseCaseImpl

class SendFCMTokenToAPIUseCaseImpl(currentClientIdProvider: CurrentClientIdProvider, clientRepository: ClientRepository, notificationTokenRepository: NotificationTokenRepository) : SendFCMTokenUseCase

Constructors

Link copied to clipboard
internal constructor(currentClientIdProvider: CurrentClientIdProvider, clientRepository: ClientRepository, notificationTokenRepository: NotificationTokenRepository)

Functions

Link copied to clipboard
open suspend operator override fun invoke(): <Error class: unknown class><SendFCMTokenError, Unit>