nextNamed method

dynamic nextNamed(
  1. String routeName
)

Implementation

nextNamed(String routeName) => Navigator.of(this).pushNamed(routeName);