Files
smooth-app/packages/smooth_app/lib/entrypoints/android/main_huawei_appgallery.dart
Marvin Möltgen 199e27e47e refactor: Simpler project structure (#3555)
* refactor: Simpler project structure

* fix dependabot
2023-01-09 17:44:58 +01:00

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'),
),
);*/
}