4 lines
75 B
Dart
4 lines
75 B
Dart
|
|
class LoginConstant {
|
|
static const String keyBaseUrl = 'KEY_BASE_URL';
|
|
} |