feature_descriptor library
Classes
- FeatureDescriptor
- The essential descriptor for a feature. A feature descriptor provides the necessary information to register a feature within the framework.
Typedefs
-
RouteBuilderFunction
= FutureOr<
List< Function()RouteBase> ?> - A function that returns a list of routes.
-
VoidFutureFunction
= Future<
void> Function() - A function that returns a void Future.