For those that end here running on Ionic 5 just fix your import statement from:
import { BarcodeScanner } from ‘@ionic-native/barcode-scanner’;
to:
import { BarcodeScanner } from ‘@ionic-native/barcode-scanner/ngx’;
For those that end here running on Ionic 5 just fix your import statement from:
import { BarcodeScanner } from ‘@ionic-native/barcode-scanner’;
to:
import { BarcodeScanner } from ‘@ionic-native/barcode-scanner/ngx’;