customMap property

  1. @override
Map<String, dynamic> get customMap
override

Implementation

@override
Map<String, dynamic> get customMap => {
      'zebra': {
        //     'scanner_selection': 'auto',
        //     'scanner_input_enabled': 'true',
        if (aimType != null) 'aimType': aimType!.name,
        if (enableKeyStroke != null) 'enableKeyStroke': enableKeyStroke,
        //     'same_barcode_timeout': '0',
        //     ..._mapOfDisabledBarcodes,
        //     ..._mapOfEnabledBarcodes,
      },
      //   'PLUGIN_NAME': PluginNames.barcode,
      //   'RESET_CONFIG': 'true'
    };