debugParserFuture property
The future of current route parsing.
This is used for testing asynchronous redirection.
Implementation
@visibleForTesting
Future<RouteMatchList>? debugParserFuture;
The future of current route parsing.
This is used for testing asynchronous redirection.
@visibleForTesting
Future<RouteMatchList>? debugParserFuture;