clearIncidents method
Clears incidents.
Clears incidents that were set by ClosestFacilityParameters.setIncidents or ClosestFacilityParameters.setIncidentsWithFeatureTable.
Implementation
void clearIncidents() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_ClosestFacilityParameters_clearIncidents(
_handle, errorHandler);
});
}