BarkoderView constructor

const BarkoderView({
  1. Key? key,
  2. required String licenseKey,
  3. required void onBarkoderViewCreated(
    1. Barkoder
    ),
})

Implementation

const BarkoderView(
    {super.key,
    required this.licenseKey,
    required this.onBarkoderViewCreated});