8 lines
272 B
Dart
8 lines
272 B
Dart
|
|
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';
|
|
} |