LbSetupBonjourPage constructor

const LbSetupBonjourPage({
  1. Key? key,
  2. required void onSuccess(
    1. String,
    2. SetupStatus
    ),
  3. void onError()?,
  4. void onPartialSuccess(
    1. String
    )?,
  5. required String licenseToken,
})

Implementation

const LbSetupBonjourPage({
  Key? key,
  required this.onSuccess,
  this.onError,
  this.onPartialSuccess,
  required this.licenseToken,
}) : super(key: key);