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