pushPageValidate method

void pushPageValidate(
  1. Route route
)

Implementation

void pushPageValidate(Route route) => replacement
    ? Navigator.pushReplacement(context, route)
    : Navigator.push(context, route);