clearSelection method
Clears all selected features.
Implementation
void clearSelection() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_FeatureLayer_clearSelection(_handle, errorHandler);
});
}
Clears all selected features.
void clearSelection() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_FeatureLayer_clearSelection(_handle, errorHandler);
});
}