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