pop function

dynamic pop(
  1. BuildContext context
)

Implementation

pop(BuildContext context) {
  return Navigator.of(context).pop();
}