featureEach method

void featureEach(
  1. FeatureEachCallback callback
)

Implementation

void featureEach(meta.FeatureEachCallback callback) {
  meta.featureEach(this, callback);
}