FeaturesBuilder typedef

FeaturesBuilder = FutureOr<List<FeatureDescriptor>> Function()

The builder function that creates a set of features.

Implementation

typedef FeaturesBuilder = FutureOr<List<FeatureDescriptor>> Function();