AuthService constructor
AuthService({})
Implementation
AuthService(
{this.allowAnonymous = false,
this.onBind,
this.onUnbind,
this.autoLink = true}) {
_authState = BehaviorSubject.seeded(this);
}
AuthService(
{this.allowAnonymous = false,
this.onBind,
this.onUnbind,
this.autoLink = true}) {
_authState = BehaviorSubject.seeded(this);
}