Files
flutter_wisetronic/lib/constants.dart
2020-12-23 00:43:59 -05:00

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';
}