NetworkServices constructor

NetworkServices(
  1. String _baseUrl
)

Creates a new NetworkServices instance.

_baseUrl The base URL for all API requests.

Implementation

NetworkServices(this._baseUrl);