popAndPushNamed static method

dynamic popAndPushNamed(
  1. String name
)

Implementation

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