CoffeeFileStorage constructor
CoffeeFileStorage({
- required CoffeeService coffeeService,
Implementation
CoffeeFileStorage({
required CoffeeService coffeeService
}) : _coffeeService = coffeeService;