debugParserFuture property

  1. @visibleForTesting
Future<RouteMatchList>? debugParserFuture
getter/setter pair

The future of current route parsing.

This is used for testing asynchronous redirection.

Implementation

@visibleForTesting
Future<RouteMatchList>? debugParserFuture;