Files
syncrow-app/lib/utils/constants/temp_const.dart
2025-02-12 12:06:00 +03:00

6 lines
137 B
Dart

import 'package:flutter_dotenv/flutter_dotenv.dart';
class TempConst {
static String projectIdDev = dotenv.env['PROJECT_ID'] ?? '';
}