mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
4 lines
67 B
Dart
4 lines
67 B
Dart
abstract class ApiEndpoints {
|
|
static const String apiKey = '';
|
|
}
|