AuthHandler constructor

const AuthHandler({
  1. required AuthRepository repository,
})

Implementation

const AuthHandler({
  required this.repository,
});