setup method

  1. @override
void setup(
  1. List<FeatureDescriptor> features
)
override

Sets up the plugin with the given features. The plugin scans the features to extract all the content items. This plugin relies on the ContentExtensionBuilder to do its work.

Implementation

@override
void setup(List<FeatureDescriptor> features) {}