NetworkServices constructor
NetworkServices(
- String _baseUrl
Creates a new NetworkServices instance.
_baseUrl The base URL for all API requests.
Implementation
NetworkServices(this._baseUrl);
Creates a new NetworkServices instance.
_baseUrl The base URL for all API requests.
NetworkServices(this._baseUrl);