CoffeeFileStorage constructor

CoffeeFileStorage({
  1. required CoffeeService coffeeService,
})

Implementation

CoffeeFileStorage({
  required CoffeeService coffeeService
}) : _coffeeService = coffeeService;