You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
194 B

4 years ago
class API {
static const String host = 'http://192.168.31.129:9001/app';
static const int networkTimeOut = 10000;
static _Login login = _Login();
}
class _Login {
String get a => '';
}