baseUrl property

String get baseUrl

Get the base URL.

Implementation

String get baseUrl => Env.get('APP_URL') ?? 'http://localhost:8080';