route static method

Route route()

Implementation

static Route route() {
  return MaterialPageRoute<void>(builder: (_) => const CreatePIN());
}