mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 06:49:39 +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'] ?? '';
|
|
}
|