LogOutUseCase constructor

LogOutUseCase({
  1. required AuthenticationRepository authenticationRepository,
})

Implementation

LogOutUseCase({required this.authenticationRepository});