LbSetupLicense constructor

const LbSetupLicense({
  1. Key? key,
  2. required void onSuccess(
    1. String
    ),
})

Implementation

const LbSetupLicense({
  Key? key,
  required this.onSuccess,
}) : super(key: key);