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