startupProcessInitialRoute method
Called when all the processes of StartupSequence have successfully completed. Implements the navigation process to the application home.
Implementation
@override
void startupProcessInitialRoute() {
delegate?.processInitialRoute();
}