mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-10 07:07:17 +00:00
6 lines
136 B
Dart
6 lines
136 B
Dart
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
|
|
|
class TempConst {
|
|
static String projectIdDev = dotenv.env['projectId'] ?? '';
|
|
}
|