onComplete property
final
A callback that is invoked when the Route added via onPresent completes.
The return value of that route is passed to this method.
Implementation
final RouteCompletionCallback<T>? onComplete;
A callback that is invoked when the Route added via onPresent completes.
The return value of that route is passed to this method.
final RouteCompletionCallback<T>? onComplete;