Decode barcodes from an image file.
Future<List<Map<dynamic, dynamic>>> decodeFile(String file) async { return _barcodeManager.decodeFile(file); }