clearSelection method

void clearSelection()

Clears all selected features.

Implementation

void clearSelection() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_FeatureLayer_clearSelection(
      _handle,
      errorHandler,
    );
  });
}