Files
Marvin Möltgen 63b65e6f79 fix: Stronger F-Droid analytics rules (#3902)
Co-authored-by: Cirrus CI <support@cirruslabs.org>
2023-04-24 19:43:34 +02:00

13 lines
386 B
Dart

import 'package:app_store_shared/app_store_shared.dart';
import 'package:scanner_shared/scanner_shared.dart';
import 'package:smooth_app/helpers/entry_points_helper.dart';
class GlobalVars {
GlobalVars._();
static late final Scanner barcodeScanner;
static late final AppStore appStore;
static late final StoreLabel storeLabel;
static late final ScannerLabel scannerLabel;
}