completer property

Completer<T?>? completer
final

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;