class LocalStorageKey {
static const String lang = 'lang';
static const String token = 'token';
static const String user = 'user';
}