createProviderInstance abstract method

ProviderSource createProviderInstance(
  1. ProviderAst resolvedProvider,
  2. CompileDirectiveMetadata? directiveMetadata,
  3. List<ProviderSource> providerValueExpressions,
  4. int uniqueId,
)

Creates an eager instance for a provider and returns reference to source.

Implementation

ProviderSource createProviderInstance(
    ProviderAst resolvedProvider,
    CompileDirectiveMetadata? directiveMetadata,
    List<ProviderSource> providerValueExpressions,
    int uniqueId);