onExtensionStoppedWithContext

Occurs when the extension is disabled.

virtual void onExtensionStoppedWithContext(const ExtensionContext &context) {
    (void)context;
  }

The callback is triggered after the extension is successfully disabled.

Parameters

context
The context information of the extension, see ExtensionContext.