I'm trying to use the BarcodeScanner for the first time but when adding the initial code in my CreateMauiApp function I'm getting the following compilation error :
'IMauiHandlersCollection' doesn't contain a definition for AddBarcodeScannerHandler.
I tried adding the following using directive but it didn't solve the issue.
Hello community,
I'm trying to use the BarcodeScanner for the first time but when adding the initial code in my CreateMauiApp function I'm getting the following compilation error :
I tried adding the following using directive but it didn't solve the issue.
Does anyone know how to solve that please ?
Thanks. Regards,