initialize abstract method
void
initialize()
Any initiliazation needed to be done by the messenger service.
This is called once when fmvvm is initialized. fmvvm uses a single instance of the navigaiton service throughout the app.
Implementation
void initialize();