dispose function

void dispose()

use this method to destroy the current navigatorKey attached to the app

useful for widget testing

Implementation

void dispose() {
  MeeduNavigator.i.dispose();
}