back function

void back(
  1. BuildContext context
)

Implementation

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