ScopeFactory<S extends FeatureScope> typedef

ScopeFactory<S extends FeatureScope> = S Function(ScopeResolver resolver)

A type definition for a factory function that creates instances of FeatureScope.

Implementation

typedef ScopeFactory<S extends FeatureScope> = S Function(
  ScopeResolver resolver,
);