hide abstract method

void hide(
  1. String id
)

Close the entry with id Only call this function if we don't know where the entry is showing up that mean we dont have an OverlayEntryControl reference.

Implementation

void hide(String id);