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