apskel-owner-flutter/lib/common/constant/local_storage_key.dart
Efril b07af60778
Some checks are pending
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run
feat: update home ui
2026-06-23 23:33:10 +07:00

8 lines
269 B
Dart

class LocalStorageKey {
static const String lang = 'lang';
static const String token = 'token';
static const String user = 'user';
static const String selectedOutletId = 'selected_outlet_id';
static const String selectedOutletName = 'selected_outlet_name';
}