PostRequestPLCode constructor

PostRequestPLCode(
  1. String email,
  2. String phone, {
  3. dynamic callback()?,
})

Implementation

PostRequestPLCode(
  this.email,
  this.phone, {
  this.callback,
}) : super(
        "$_PATH",
        {
          "email": email,
          "phone": phone,
        },
      );