destroy method
Implementation
@override
void destroy() {
super.destroy();
renderContext.renderBridgeManager.destroyNativeRenderManager();
controllerManager.destroy();
renderContext.removeInstanceLifecycleEventListener(this);
renderContext.removeEngineLifecycleEventListener(this);
}