mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-06 18:25:11 +08:00
14 lines
304 B
Dart
14 lines
304 B
Dart
/// Huawei App Gallery version with:
|
|
/// - Barcode decoding algorithm: ZXing
|
|
/// - Intent to launch the review
|
|
void main() {
|
|
throw Exception('Missing Huawei App Gallery URI!');
|
|
|
|
/*launchSmoothApp(
|
|
scanner: ZXingCameraScanner(),
|
|
appStore: URIAppStore(
|
|
Uri.parse('TODO'),
|
|
),
|
|
);*/
|
|
}
|