onExtensionStarted property
Occurs when the extension is enabled. After a successful call of enableExtension (true), the extension triggers this callback.
providerThe name of the extension provider.extNameThe name of the extension.
Implementation
final void Function(String provider, String extension)? onExtensionStarted;