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