@override void verifyBytes(Uint8List data) { super.verifyBytes(data); try { convert(data); } on Exception catch (ex) { throw BarcodeException(ex.toString()); } }