createProviderInstance abstract method
ProviderSource
createProviderInstance(
- ProviderAst resolvedProvider,
- CompileDirectiveMetadata? directiveMetadata,
- List<
ProviderSource> providerValueExpressions, - 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);