PostSignin constructor

PostSignin(
  1. String email,
  2. String password, {
  3. dynamic callback()?,
  4. bool permanent = true,
})

Implementation

PostSignin(this.email, this.password, {this.callback, this.permanent = true})
    : super("$_PATH",
          {"email": email, "password": password, "permanent": permanent});