registerExtractor method
Implementation
void registerExtractor(AFExtractWidgetAction extract) {
if(_needWidgetActions) {
extractors.add(extract);
}
}
void registerExtractor(AFExtractWidgetAction extract) {
if(_needWidgetActions) {
extractors.add(extract);
}
}