baseUrl property

String baseUrl
getter/setter pair

Base URL for the Gemma API. It dynamically constructs the URL using the IP and port stored in shared preferences.

Implementation

String baseUrl =
    'http://${LgConnectionSharedPref.getAiIp() ?? ''}:${LgConnectionSharedPref.getAiPort() ?? ''}';