add static method

void add(
  1. FxRoute route
)

Implementation

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