backup.
This commit is contained in:
8
lib/constants.dart
Normal file
8
lib/constants.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
class Constants {
|
||||
static const bool DEBUG = false;
|
||||
static const BASE_API_URL = 'https://api.minipos.us/';
|
||||
static const String API_SECRET = 'pei326sami1223HellowWorldabcdEd';
|
||||
static const KEY_USER_ID = 'user_id';
|
||||
static const KEY_ACCESS_TOKEN = 'access_token';
|
||||
}
|
||||
Reference in New Issue
Block a user