onExtensionStoppedWithContext property
Occurs when the extension is disabled.
The callback is triggered after the extension is successfully disabled.
- context The context information of the extension, see ExtensionContext.
Implementation
final void Function(ExtensionContext context)? onExtensionStoppedWithContext;