onAfterAppSystemRemove method

void onAfterAppSystemRemove(
  1. AppSystem<T> system
)

Override to react after a system remove has completed.

Called after all registered listenOnAfterAppSystemRemove listeners.

Implementation

void onAfterAppSystemRemove(AppSystem<T> system) {}