pushNamed static method

void pushNamed(
  1. BuildContext context,
  2. String route
)

Implementation

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