mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 20:14:54 +00:00
6 lines
137 B
Dart
6 lines
137 B
Dart
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
|
|
|
class TempConst {
|
|
static String projectIdDev = dotenv.env['PROJECT_ID'] ?? '';
|
|
}
|