AuthenticationRepository constructor

AuthenticationRepository({
  1. required ITokenLocalDataSource tokenLocalDataSource,
  2. required ILoginRemoteDataSource loginRemoteDataSource,
})

Implementation

AuthenticationRepository({
  required this.tokenLocalDataSource,
  required this.loginRemoteDataSource,
});