baseUrl property

String baseUrl
getter/setter pair

The base URL for the API, constructed using the voice IP and port retrieved from shared preferences.

Implementation

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