There exists a method on Navigator class to check if a route can be popped:
if (Navigator.canPop(context)) { Navigator.pop(context); }
Reference Article