PostPLSignin constructor

PostPLSignin(
  1. String code, {
  2. dynamic callback()?,
})

Implementation

PostPLSignin(this.code, {this.callback}) : super("$_PATH", {"code": code});