ProviderInitializedEvent constructor
ProviderInitializedEvent(
- String repositoryId
Event that indicates that a provider has finished initializing itself.
Implementation
ProviderInitializedEvent(super.repositoryId) : super(description: "Initialized $repositoryId");