clearPointBarriers method

void clearPointBarriers()

Clears point barriers.

Implementation

void clearPointBarriers() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_RouteParameters_clearPointBarriers(_handle, errorHandler);
  });
}