TypedImplementationFactory<T> typedef
TypedImplementationFactory<T> =
T Function(ServiceProvider services)
Implementation
typedef TypedImplementationFactory<T> = T Function(
ServiceProvider services,
);