LoginNotifier constructor

LoginNotifier(
  1. AuthRepository _repo
)

Implementation

LoginNotifier(this._repo) : super(const LoginState());