activate method

void activate(
  1. Screen<T> popped,
  2. Object? result
)

Called when the screen above this one (popped) has been popped and this screen is now the top-most screen. If a value was passed to pop(), it will be passed to this as result.

Implementation

void activate(Screen<T> popped, Object? result) {}