pushNamed static method

dynamic pushNamed(
  1. String name
)

Implementation

static pushNamed(String name) {
  FlRoute.instance.pushNamed(name);
}