class AppConfig { static const apiBaseUrl = String.fromEnvironment( 'API_BASE_URL', defaultValue: 'https://filedriveapi.thedomainnest.com/api', ); }