getDialogByKey static method

DialogShower? getDialogByKey(
  1. String key
)

Implementation

static DialogShower? getDialogByKey(String key) {
  return _map()[key];
}