createFactory static method

ServiceFactory createFactory(
  1. Image cover
)

Implementation

static ServiceFactory createFactory(Image cover) =>
    (context) => InMemoryCoverService(cover);