isDialogOpen static method

bool isDialogOpen()

Implementation

static bool isDialogOpen() {
  return NavUtils.currentRoute == '/dialog';
}