SetSalesRepTokenUseCase constructor

SetSalesRepTokenUseCase({
  1. required AuthenticationRepository authenticationRepository,
})

Implementation

SetSalesRepTokenUseCase({
  required this.authenticationRepository,
});