createFactory static method
Implementation
static ServiceFactory createFactory({required String fallbackMediaType}) =>
(context) => PerResourcePositionsService(
readingOrder: context.manifest.readingOrder,
fallbackMediaType: fallbackMediaType);