当主机告诉应用程序将新路由推送到导航器时调用
@override Future<bool> didPushRoute(String route) { return Future<bool>.value(false); }