pop method

void pop(
  1. BuildContext context
)

Implementation

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