buildRootStack abstract method

NavigationStack buildRootStack()

Build the initial stack for given applicaiton. It should return a stack that what "Home Screen" is like.

Must override in derived classes.

Implementation

NavigationStack buildRootStack();