remove method

void remove(
  1. Object id
)

移除弹出层

Implementation

void remove(Object id) {
  _overlays.remove(id);
  _markDirty();
}