pushNamed static method
Implementation
static void pushNamed(BuildContext context, String route) async {
delegateOf(context).pushNamed(route);
}
static void pushNamed(BuildContext context, String route) async {
delegateOf(context).pushNamed(route);
}