hide static method
void
hide()
Implementation
static void hide() {
if (dContext != null) {
Navigator.pop(dContext!);
}
}
static void hide() {
if (dContext != null) {
Navigator.pop(dContext!);
}
}