TF-886 Implement StoreAuthenticationInfo in repository and datasource

This commit is contained in:
dab246
2022-09-06 19:04:57 +07:00
committed by Dat H. Pham
parent 40d37fc37e
commit b95d294a3c
11 changed files with 76 additions and 15 deletions
@@ -1,6 +1,5 @@
class LoginConstant {
static const keyBaseUrl = 'KEY_BASE_URL';
static const keyUserName = 'KEY_USER_NAME';
static const keyPassword = 'KEY_PASSWORD';
static const keyUserProfile = 'KEY_USER_PROFILE';
static const String keyBaseUrl = 'KEY_BASE_URL';
static const String keyHiveEncrypt = 'KEY_HIVE_ENCRYPT';
}