isShown method

bool isShown({
  1. required Object id,
})

Whether a EasyDialog with id is shown at the moment.

Implementation

bool isShown({required Object id}) => entries.containsKey(id);