close method
void
close()
Implementation
void close() {
if (isShowing() && Navigator.canPop(_context!)) {
Navigator.pop(_context!);
}
}
void close() {
if (isShowing() && Navigator.canPop(_context!)) {
Navigator.pop(_context!);
}
}