UseCaseAuth constructor

UseCaseAuth(
  1. EndpointAuth _endpointAuth,
  2. IUseCasePolledAuth _controllerPolledAuth
)

Implementation

UseCaseAuth(this._endpointAuth, this._controllerPolledAuth);