TypedKeyedImplementationFactory<T> typedef

TypedKeyedImplementationFactory<T> = T Function(ServiceProvider services, Object? serviceKey)

Implementation

typedef TypedKeyedImplementationFactory<T> = T Function(
  ServiceProvider services,
  Object? serviceKey,
);