CatalogService constructor
CatalogService({
- required String baseUrl,
- required AuthenticationService authenticationService,
Implementation
CatalogService(
{required this.baseUrl, required this.authenticationService});