baseApiUrl property

String get baseApiUrl

Gets the base API URL from the environment variables.

Returns:

  • The base API URL as a string.

Implementation

String get baseApiUrl => env["BASE_API_URL"]!;