pop static method

void pop(
  1. dynamic context
)

pop Pop the current route from the navigator

Implementation

static void pop(context) {
  Navigator.pop(context);
}