ScanditController constructor

ScanditController(
  1. void _scanned(
    1. BarcodeResult
    ),
  2. void _onError(
    1. BarcodeScanException
    )
)

Implementation

ScanditController(this._scanned, this._onError) {
  _channel.setMethodCallHandler(_handleCallFromNative);
}