TrackClient constructor
TrackClient(
- Client httpClient,
- SoundcloudController controller
Creates a new TrackClient that uses the provided httpClient and controller.
Implementation
TrackClient(Client httpClient, SoundcloudController controller)
: _http = httpClient,
_controller = controller;