canPop static method

bool canPop(
  1. BuildContext context
)

Returns true if there is a route that can be popped.

Implementation

static bool canPop(BuildContext context) => Navigator.canPop(context);