NpmPinSetup constructor

const NpmPinSetup({
  1. Key? key,
  2. dynamic onComplete(
    1. String pin
    )?,
  3. VoidCallback? onBack,
  4. String? userEmail,
  5. String? userJwtToken,
  6. bool testMode = false,
})

Implementation

const NpmPinSetup({
  Key? key,
  this.onComplete,
  this.onBack,
  this.userEmail,
  this.userJwtToken,
  this.testMode = false,
}) : super(key: key);