getTopDialog static method

DialogShower? getTopDialog()

Implementation

static DialogShower? getTopDialog() {
  return _list().isNotEmpty ? _list().last : null;
}