MovieService constructor
- ApiKeyService apiKeyService
Creates a new MovieService instance.
Implementation
MovieService(ApiKeyService apiKeyService) : _apiKeyService = apiKeyService {
_initializeClient();
}
Creates a new MovieService instance.
MovieService(ApiKeyService apiKeyService) : _apiKeyService = apiKeyService {
_initializeClient();
}