ProviderInitializedEvent constructor

ProviderInitializedEvent(
  1. String repositoryId
)

Event that indicates that a provider has finished initializing itself.

Implementation

ProviderInitializedEvent(super.repositoryId) : super(description: "Initialized $repositoryId");