close static method

dynamic close(
  1. dynamic context
)

Implementation

static close(context) {
  _canClose = true;
  Navigator.of(context).pop();
}