handel method
void
handel()
Handles the routing logic by checking all defined routes.
This method initiates the route checking process by calling checkAll with the defined routes.
Implementation
void handel() async {
checkAll(routing);
}