9 lines
310 B
Dart
9 lines
310 B
Dart
class AppInfo {
|
|
static const String companyName = 'Mobile-App';
|
|
static const String appName = 'SEFER';
|
|
static const String phoneNumber = '962798583052';
|
|
static const String linkedInProfile =
|
|
'https://www.linkedin.com/in/hamza-ayed/';
|
|
static const String website = 'https://mobile-app.store';
|
|
}
|