SignInBehavior constructor

SignInBehavior({
  1. String? redirectCondition,
})

Implementation

SignInBehavior({
  this.redirectCondition,
});