baseUrl property
String
get
baseUrl
Get the base URL.
Implementation
String get baseUrl => Env.get('APP_URL') ?? 'http://localhost:8080';
Get the base URL.
String get baseUrl => Env.get('APP_URL') ?? 'http://localhost:8080';