popPage static method

void popPage(
  1. BuildContext context
)

Pops the current screen. And returns to the previous screen.

Implementation

static void popPage(BuildContext context) => PageManager.goBack(context);