detach abstract method

void detach()

Called when the extension is detached from the controller.

Clean up any resources, listeners, or stored state. The controller reference should be cleared.

Implementation

void detach();