apskel-owner-flutter/lib/common/constant/local_storage_key.dart

4 lines
63 B
Dart
Raw Normal View History

2025-08-13 01:17:00 +07:00
class LocalStorageKey {
static const String lang = 'lang';
}