startupProcessInitialRoute method

  1. @override
void startupProcessInitialRoute()
override

Called when all the processes of StartupSequence have successfully completed. Implements the navigation process to the application home.

Implementation

@override
void startupProcessInitialRoute() {
  delegate?.processInitialRoute();
}