pushNamed method

void pushNamed(
  1. String name
)

Implementation

void pushNamed(String name) {
  context.pushNamed(name);
}