Files
syncrow-app/lib/utils/constants/temp_const.dart
2025-02-11 11:05:13 +03:00

6 lines
136 B
Dart

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