isShown method
Whether a EasyDialog with id
is shown at the moment.
Implementation
bool isShown({required Object id}) => entries.containsKey(id);
Whether a EasyDialog with id
is shown at the moment.
bool isShown({required Object id}) => entries.containsKey(id);