completer property
The completer that needs to be completed when the newly added route is popped off the screen.
This is only null if type is NavigatingType.go or NavigatingType.restore.
Implementation
final Completer<T?>? completer;
The completer that needs to be completed when the newly added route is popped off the screen.
This is only null if type is NavigatingType.go or NavigatingType.restore.
final Completer<T?>? completer;