afterInactive()
Called after deactivation, for cleanup (may be async).
protected afterInactive(): void | Promise<void>;
Notes
- This method is not called if the activity is reactivated before the scheduler runs.
- This method is not called if the activity is unlinked; override beforeUnlink for cleanup on unlink.
Related
class Activity
A class that represents a part of the application that can be activated when the user navigates to it.
