ImplementationFactory typedef

ImplementationFactory = Object Function(ServiceProvider services)

A factory to create new instances of the service implementation.

Implementation

typedef ImplementationFactory = Object Function(
  ServiceProvider services,
);