addFeatureCancelable method
- Feature feature
Cancelable version of addFeature. See that method for more information.
Implementation
CancelableOperation<void> addFeatureCancelable(Feature feature) {
return _addFeatureCancelable(feature)
.then((_) => feature._attributes.invalidateCache());
}