Instance Method
didBecomeActive()
Override to perform setup when the interactor becomes active.
func didBecomeActive() async
Mentioned In
Discussion
Spawn long-running observation work via task(priority:_:) from inside this method; it will be cancelled automatically on deactivate().
The default implementation is a no-op.