didComplete method
- @protected
- @mustCallSuper
@mustCallSuper, @protected, inherited
The route was popped or is otherwise being removed somewhat gracefully.
This is called by didPop and in response to Navigator.pushReplacement
.
The popped future is completed by this method.
Implementation
@protected
@mustCallSuper
void didComplete(T result) {
_popCompleter.complete(result);
}