resetFeaturesVisible method

void resetFeaturesVisible()

Resets the visibility of the layer's features back to the original visibility when loaded from the data source.

Implementation

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