debugParserFuture property

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

The future of current route parsing (used for testing asynchronous redirection).

Implementation

@visibleForTesting
Future<RouteMatchList>? debugParserFuture;