AuthenticationBloc constructor
- {@required AuthRepository authRepository}
Implementation
AuthenticationBloc({@required AuthRepository authRepository})
: assert(authRepository != null),
_authRepository = authRepository,
super(AuthenticationInit());