popScreen method

void popScreen(
  1. BuildContext context
)

Implementation

void popScreen(BuildContext context) {
  SystemNavigator.pop();
}