unregisterArca method

void unregisterArca(
  1. Arca toRemove
)

Implementation

void unregisterArca(Arca toRemove) {
  arcae.remove(toRemove);
}