unregister method

void unregister(
  1. String id
)

Implementation

void unregister(String id) {
  pageIdMap.remove(id);
}