resetFeaturesVisible method
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_DimensionLayer_resetFeaturesVisible(
_handle,
errorHandler,
);
});
}