popScreen method

dynamic popScreen(
  1. BuildContext context
)

Implementation

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