You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
Dart
12 lines
316 B
Dart
const MAX_SMALL_SCREEN = 660;
|
|
|
|
const BASE_URL = 'https://uat.hmgwebservices.com/Services';
|
|
|
|
const GET_PROJECT = '/Lists.svc/REST/GetProject';
|
|
const GET_PHARMCY_ITEMS = "/Lists.svc/REST/GetPharmcyItems_Region";
|
|
const GET_PHARMACY_LIST = "/Patients.svc/REST/GetPharmcyList";
|
|
|
|
class AppGlobal {
|
|
static var context;
|
|
}
|