StartBindCallback constructor

StartBindCallback({
  1. void onStepChange(
    1. int code
    )?,
  2. void onGenerateQrCode(
    1. Uint8List newQRCdoe
    )?,
  3. void onSuccess(
    1. int code,
    2. String serialNumber
    )?,
  4. void onError(
    1. int code,
    2. String message
    )?,
})

Implementation

StartBindCallback(
    {this.onStepChange, this.onGenerateQrCode, this.onSuccess, this.onError});