ProviderDestroyedEvent constructor

ProviderDestroyedEvent(
  1. String repositoryId
)

Event that indicates that a provider has finished destroying itself.

Implementation

ProviderDestroyedEvent(super.repositoryId) : super(description: "Destroyed $repositoryId");