resetFeaturesVisible method

void resetFeaturesVisible()

Reset the visibility of all features back to their original state.

Implementation

void resetFeaturesVisible() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_FeatureLayer_resetFeaturesVisible(_handle, errorHandler);
  });
}