clearStops method

void clearStops()

Clears stops.

Implementation

void clearStops() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_RouteParameters_clearStops(_handle, errorHandler);
  });
}