initialBinding method

void initialBinding(
  1. String? route
)

Implementation

void initialBinding(String? route) {
  isFirstStep = false;
}