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