add static method

void add(
  1. FTxRoute route
)

Implementation

static void add(FTxRoute route) {
  _routes.add(route);
}