KonectarApp/lib/utils/hivetypeids.dart

7 lines
205 B
Dart
Raw Permalink Normal View History

2024-12-03 05:59:45 +00:00
class HiveTypeIdConstants {
static const int topspeakersHiveId = 103;
static const int topSponsorsHiveId = 104;
static const int topTopicsHiveId = 105;
static const int hiveApiConstantsId = 106;
2024-12-03 05:59:45 +00:00
}