onExtensionStopped property
Occurs when the extension is disabled. After a successful call of enableExtension (false), this callback is triggered.
extName
The name of the extension.provider
The name of the extension provider.
Implementation
final void Function(String provider, String extension)? onExtensionStopped;