KeyedImplementationFactory typedef
KeyedImplementationFactory =
Object Function(ServiceProvider services, Object? serviceKey)
Implementation
typedef KeyedImplementationFactory = Object Function(
ServiceProvider services,
Object? serviceKey,
);