lazy_feature_descriptor library

Classes

LazyFeatureDescriptor
Describes a feature that should be loaded lazily — only when one of its route prefixes is first navigated to.

Typedefs

DeferredFeatureLoader = Future<FeatureDescriptor> Function()
A callback that loads a FeatureDescriptor, potentially using Dart's deferred import mechanism for web code splitting.