login
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class AppConstant {
|
||||
static const String appName = "";
|
||||
static const String appName = "Apskel POS";
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
class LocalStorageKey {
|
||||
static const String token = 'token';
|
||||
static const String user = 'user';
|
||||
}
|
||||
Reference in New Issue
Block a user