registerArca method

void registerArca(
  1. Arca toAdd
)

Implementation

void registerArca(Arca toAdd) {
  arcae.add(toAdd);
}